Skip to content

Commit 3dbda7b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 24.8.0](psf/black@23.9.1...24.8.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent fbf6f88 commit 3dbda7b

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
@@ -6,13 +6,13 @@ ci:
66
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 23.9.1
9+
rev: 24.8.0
1010
hooks:
1111
- id: black
1212
name: Running black in all files.
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.12.0
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--extend-skip", "examples"]
@@ -23,7 +23,7 @@ repos:
2323
files: ^examples/
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.5.0
26+
rev: v4.6.0
2727
hooks:
2828
- id: check-ast
2929
name: Check if python files are valid syntax for the ast parser

0 commit comments

Comments
 (0)