Skip to content

Commit 9ab9357

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.1.0 → 23.12.1](psf/black@22.1.0...23.12.1) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
1 parent 625ff79 commit 9ab9357

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
@@ -5,25 +5,25 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.5.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-yaml
1313
- id: check-added-large-files
1414

1515
- repo: https://github.com/pycqa/isort
16-
rev: 5.10.1
16+
rev: 5.13.2
1717
hooks:
1818
- id: isort
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.1.0
21+
rev: 23.12.1
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 4.0.1
26+
rev: 6.1.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:

0 commit comments

Comments
 (0)