Skip to content

Commit a37276a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 90917e6 commit a37276a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://pre-commit.com/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.5.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -10,17 +10,17 @@ repos:
1010
- id: debug-statements
1111
# code formatting
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 6.1.0
13+
rev: 7.0.0
1414
hooks:
1515
- id: flake8
1616
args: [ --max-line-length=120 ]
1717
- repo: https://github.com/psf/black
18-
rev: 23.9.1
18+
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
args: [--safe, --line-length=120]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.12.0
23+
rev: 5.13.2
2424
hooks:
2525
- id: isort
2626
args: ['--profile', 'black']

0 commit comments

Comments
 (0)