Skip to content

Commit

Permalink
[pre-commit.ci] auto-update pre-commit tooling
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci


updates:
- [github.com/psf/black: 22.10.0 → 24.8.0](psf/black@22.10.0...24.8.0)
- [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 45cd8a0 commit 78d71dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/psf/black
# black config is in pyproject.toml
rev: 22.10.0
rev: 24.8.0
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/PyCQA/flake8
# flake8 config is in setup.cfg
rev: 5.0.4
rev: 7.1.1
hooks:
- id: flake8
language_version: python3.8
- repo: https://github.com/PyCQA/isort
# isort config is in pyproject.toml
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
language_version: python3.8
Expand Down

0 comments on commit 78d71dc

Please sign in to comment.