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.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.0](pre-commit/mirrors-mypy@v1.9.0...v1.11.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent e455489 commit d061394
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
@@ -1,15 +1,15 @@
fail_fast: true
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py38-plus
- --keep-runtime-typing

- repo: https://github.com/ambv/black
rev: 24.4.0
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
Expand All @@ -21,12 +21,12 @@ repos:
types: [yaml]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.0
hooks:
- id: mypy
verbose: true
Expand All @@ -38,7 +38,7 @@ repos:
- id: poetry-check

- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # pick a git hash / tag to point to
rev: 7.1.0 # pick a git hash / tag to point to
hooks:
- id: flake8 # stop the build if there are Python syntax errors or undefined names
additional_dependencies: [flake8-docstrings]
Expand Down

0 comments on commit d061394

Please sign in to comment.