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/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 23.1.0 → 24.8.0](psf/black@23.1.0...24.8.0)
- [github.com/pycqa/flake8: 3.7.9 → 7.1.1](PyCQA/flake8@3.7.9...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.11.1](pre-commit/mirrors-mypy@v1.1.1...v1.11.1)
- [github.com/tox-dev/pyproject-fmt: 0.9.2 → 2.2.1](tox-dev/pyproject-fmt@0.9.2...2.2.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent a22f556 commit 552e9d9
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,24 +1,24 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/python/black
rev: 23.1.0
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.7.9
rev: 7.1.1
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.11.1
hooks:
- id: mypy
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.9.2"
rev: "2.2.1"
hooks:
- id: pyproject-fmt

0 comments on commit 552e9d9

Please sign in to comment.