Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/repo-helper/pyproject-parser: v0.4.3 → v0.9.1](repo-helper/pyproject-parser@v0.4.3...v0.9.1)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- [github.com/domdfcoding/pre-commit-hooks: v0.3.0 → v0.4.0](domdfcoding/pre-commit-hooks@v0.3.0...v0.4.0)
- [github.com/domdfcoding/flake8-dunder-all: v0.1.8 → v0.3.0](python-formate/flake8-dunder-all@v0.1.8...v0.3.0)
- [github.com/domdfcoding/flake2lint: v0.4.1 → v0.4.3](domdfcoding/flake2lint@v0.4.1...v0.4.3)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.9.0](asottile/pyupgrade@v2.12.0...v3.9.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.1](Lucas-C/pre-commit-hooks@v1.1.13...v1.5.1)
- [github.com/python-formate/formate: v0.4.10 → v0.5.0](python-formate/formate@v0.4.10...v0.5.0)
- [github.com/domdfcoding/dep_checker: v0.6.2 → v0.7.1](python-coincidence/dep_checker@v0.6.2...v0.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 10, 2023
1 parent d9f9196 commit 3239b41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ exclude: ^$

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.4.3
rev: v0.9.1
hooks:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -30,7 +30,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.3.0
rev: v0.4.0
hooks:
- id: requirements-txt-sorter
args:
Expand All @@ -40,34 +40,34 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.1.8
rev: v0.3.0
hooks:
- id: ensure-dunder-all
files: ^attr_utils/.*\.py$

- repo: https://github.com/domdfcoding/flake2lint
rev: v0.4.1
rev: v0.4.3
hooks:
- id: flake2lint

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-no-eval
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v3.9.0
hooks:
- id: pyupgrade
args:
- --py36-plus
- --keep-runtime-typing

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.5.1
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand All @@ -78,13 +78,13 @@ repos:
- id: snippet-fmt

- repo: https://github.com/python-formate/formate
rev: v0.4.10
rev: v0.5.0
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

- repo: https://github.com/domdfcoding/dep_checker
rev: v0.6.2
rev: v0.7.1
hooks:
- id: dep_checker
args:
Expand Down

0 comments on commit 3239b41

Please sign in to comment.