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/python-poetry/poetry: 1.6.1 → 1.8.0](python-poetry/poetry@1.6.1...1.8.0)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.16.0](asottile/pyupgrade@v3.4.0...v3.16.0)
- [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 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.10.0](pre-commit/mirrors-mypy@v1.3.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent 960de75 commit 95b56e0
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 @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.6.1'
rev: '1.8.0'
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -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.16.0
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: v4.6.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: 24.4.2
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
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.10.0'
hooks:
- id: mypy
args: [ --config-file=.mypy.ini ]
Expand Down

0 comments on commit 95b56e0

Please sign in to comment.