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-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.2.1](tox-dev/pyproject-fmt@1.8.0...2.2.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 12, 2024
1 parent fbea70c commit 3daeff3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: black
language_version: python3.8
Expand All @@ -12,7 +12,7 @@ repos:
files: \.py$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
rev: "v1.11.1"
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -39,7 +39,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.1"
hooks:
- id: flake8

Expand All @@ -50,12 +50,12 @@ repos:
files: src/.*\.py$

- repo: https://github.com/asottile/blacken-docs
rev: "1.16.0"
rev: "1.18.0"
hooks:
- id: blacken-docs

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.8.0"
rev: "2.2.1"
hooks:
- id: pyproject-fmt
args: [--indent, "4"]

0 comments on commit 3daeff3

Please sign in to comment.