Skip to content

Commit 321f9f2

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/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/psf/black: 23.1.0 → 23.11.0](psf/black@23.1.0...23.11.0) - [github.com/pycqa/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
1 parent bba1dbf commit 321f9f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/pycqa/isort
9-
rev: 5.12.0
9+
rev: 5.13.0
1010
hooks:
1111
- id: isort
1212
args: [--profile=black]
1313
- repo: https://github.com/psf/black
14-
rev: 23.1.0
14+
rev: 23.11.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 4.0.1
18+
rev: 6.1.0
1919
hooks:
2020
- id: flake8
2121
args: [--max-line-length=88, --extend-ignore=E203]

0 commit comments

Comments
 (0)