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.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.5.0](asottile/setup-cfg-fmt@v1.20.0...v2.5.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 22.3.0 → 24.4.0](psf/black@22.3.0...24.4.0)
- [github.com/asottile/pyupgrade: v2.29.1 → v3.15.2](asottile/pyupgrade@v2.29.1...v3.15.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 15, 2024
1 parent 49fb249 commit d8d97d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: check-docstring-first
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
args: [ "--ignore=E203,E501", "--max-complexity=12"]
additional_dependencies: [ flake8-typing-imports==1.7.0 ]
- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
- id: autoflake
args: [ "--in-place", "--remove-all-unused-imports" ]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
args: [ "--profile", "black" ]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [ --py37-plus, --keep-runtime-typing ]

0 comments on commit d8d97d9

Please sign in to comment.