Skip to content

Commit b1c8fcc

Browse files
committed
autoupdate
1 parent 20b0879 commit b1c8fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727

2828
# If you want to avoid flake8 errors due to unused vars or imports:
2929
- repo: https://github.com/PyCQA/autoflake
30-
rev: v2.2.1
30+
rev: v2.3.0
3131
hooks:
3232
- id: autoflake
3333
args: [
@@ -42,14 +42,14 @@ repos:
4242
- id: isort
4343

4444
- repo: https://github.com/psf/black
45-
rev: 24.1.1
45+
rev: 24.2.0
4646
hooks:
4747
- id: black
4848
exclude: ^tests/generated_scripts/
4949
language_version: python3
5050

5151
- repo: https://github.com/psf/black
52-
rev: 24.1.1
52+
rev: 24.2.0
5353
hooks:
5454
- id: black
5555
exclude: ^(?!tests/generated_scripts/).* # any string that does not start with tests/generated_scripts/

0 commit comments

Comments
 (0)