Update pre-commit dependencies

This commit is contained in:
github-actions[bot]
2024-08-05 18:04:16 +00:00
committed by GitHub
parent 820b16415b
commit c81a302c73
+2 -2
View File
@@ -12,13 +12,13 @@
# $ pre-commit autoupdate
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
name: black
entry: black
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort