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/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [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/add-trailing-comma: v2.2.3 → v3.1.0](asottile/add-trailing-comma@v2.2.3...v3.1.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v3.15.1](asottile/pyupgrade@v2.34.0...v3.15.1)
- [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0)
- [github.com/psf/black: 22.3.0 → 24.3.0](psf/black@22.3.0...24.3.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/crate-ci/typos: v1.10.2 → v1.19.0](crate-ci/typos@v1.10.2...v1.19.0)
- [github.com/pycqa/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 01ca32a commit 973551c
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 @@ -9,7 +9,7 @@ repos:
hooks:
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -26,7 +26,7 @@ repos:
# additional_dependencies:
# - types-toml
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
Expand All @@ -35,23 +35,23 @@ repos:
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.3
rev: v3.1.0
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v3.15.1
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
args: ["--max-line-length", "88", "--extend-ignore", "E501"]
Expand All @@ -73,16 +73,16 @@ repos:
# - toml
# exclude: airflint/__main__.py|tests/
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.10.2
rev: v1.19.0
hooks:
- id: typos
- repo: https://github.com/pycqa/autoflake
rev: v1.4
rev: v2.3.1
hooks:
- id: autoflake
args: ["--remove-all-unused-imports", "--in-place"]
Expand Down

0 comments on commit 973551c

Please sign in to comment.