Skip to content

Commit 1ad67d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#292)
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 53aee2e commit 1ad67d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
# isort should run before black as black sometimes tweaks the isort output
1414
- repo: https://github.com/pycqa/isort
15-
rev: 6.0.0
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
# https://github.com/python/black#version-control-integration
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: ["black==25.1.0"]
2828
- id: blackdoc-autoupdate-black
2929
- repo: https://github.com/pycqa/flake8
30-
rev: 7.1.1
30+
rev: 7.1.2
3131
hooks:
3232
- id: flake8
3333
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)