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: 21.7b0 → 24.10.0](psf/black@21.7b0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0)
- [github.com/PyCQA/isort: 5.9.2 → 5.13.2](PyCQA/isort@5.9.2...5.13.2)
- [github.com/asottile/pyupgrade: v2.21.2 → v3.18.0](asottile/pyupgrade@v2.21.2...v3.18.0)
- [github.com/asottile/setup-cfg-fmt: v1.17.0 → v2.7.0](asottile/setup-cfg-fmt@v1.17.0...v2.7.0)
- [github.com/pycqa/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v1.11.2](pre-commit/mirrors-mypy@v0.910...v1.11.2)
- [github.com/mgedmin/check-manifest: 0.46 → 0.50](mgedmin/check-manifest@0.46...0.50)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 8cc9929 commit 454f16b
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,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,37 +19,37 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.21.2
rev: v3.18.0
hooks:
- id: pyupgrade
args: ["--py36-plus", "--keep-runtime-typing"]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/pycqa/flake8
rev: 3.9.2
rev: 7.1.1
hooks:
- id: flake8
exclude: docs/conf.py
additional_dependencies: [flake8-bugbear, flake8-print]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v1.11.2
hooks:
- id: mypy
files: src
additional_dependencies: [types-all, pydantic]

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.50"
hooks:
- id: check-manifest
stages: [manual]

0 comments on commit 454f16b

Please sign in to comment.