Skip to content

Commit 06a7acd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2)
1 parent 3dc29eb commit 06a7acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 6.0.0
99
hooks:
1010
- id: isort
1111

1212
- repo: https://github.com/hhatto/autopep8
13-
rev: v2.3.1 # Use the latest stable version of autopep8
13+
rev: v2.3.2 # Use the latest stable version of autopep8
1414
hooks:
1515
- id: autopep8

0 commit comments

Comments
 (0)