pre-commit: Autoupdate (#1191)
Co-authored-by: pre-commit <pre-commit@tools.invalid>
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b62a057..906b8cf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@
repos:
- repo: https://github.com/pycqa/isort
- rev: 5.12.0
+ rev: 5.13.2
hooks:
- id: isort
name: isort (python)
@@ -16,7 +16,7 @@
args: [-i]
types: [python]
- repo: https://github.com/pycqa/flake8
- rev: 6.1.0
+ rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks