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/PSF/black: 24.2.0 → 24.8.0](psf/black@24.2.0...24.8.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/pyupgrade@v3.15.1...v3.17.0)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.2.1](tox-dev/pyproject-fmt@1.7.0...2.2.1)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](pre-commit/mirrors-mypy@v1.8.0...v1.11.1)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 2fa1f4d commit da97618
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/PSF/black
rev: 24.2.0
rev: 24.8.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -12,31 +12,31 @@ repos:
- id: isort
name: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions
- flake8-simplify
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--keep-runtime-typing]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.7.0
rev: 2.2.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.1
hooks:
- id: mypy
files: chanfig
additional_dependencies:
- types-PyYaml
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [--ignore-words=.codespell-whitelist.txt]
Expand All @@ -46,7 +46,7 @@ repos:
- id: prettier
files: chanfig
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down

0 comments on commit da97618

Please sign in to comment.