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/asottile/pyupgrade: v3.4.0 → v3.19.1](asottile/pyupgrade@v3.4.0...v3.19.1)
- [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0)
- [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.15.0](pre-commit/mirrors-mypy@v1.3.0...v1.15.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 960de75 commit 1b365d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ repos:
args: [ "--format=requirements.txt", "--without-hashes", "-o", "requirements-docs.txt", "--only", "docs" ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [ --py36-plus ]

- repo: https://github.com/MarcoGorelli/auto-walrus
rev: v0.2.2
rev: 0.3.4
hooks:
- id: auto-walrus

Expand All @@ -44,7 +44,7 @@ repos:
- id: python-use-type-annotations

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -60,12 +60,12 @@ repos:
- id: detect-private-key

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 25.1.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
args: [
Expand All @@ -88,7 +88,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.3.0'
rev: 'v1.15.0'
hooks:
- id: mypy
args: [ --config-file=.mypy.ini ]
Expand Down

0 comments on commit 1b365d9

Please sign in to comment.