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/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 22.10.0 → 24.4.2](psf/black@22.10.0...24.4.2)
- [github.com/PyCQA/flake8: 5.0.4 → 7.1.0](PyCQA/flake8@5.0.4...7.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent 88c5867 commit 7906bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/PyCQA/isort
rev: "5.10.1"
rev: "5.13.2"
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: "22.10.0"
rev: "24.4.2"
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.1.0
hooks:
- id: flake8
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 7906bed

Please sign in to comment.