Skip to content

Commit bf4e4b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0) - [github.com/PyCQA/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2) - [github.com/psf/black: 21.9b0 → 23.12.0](psf/black@21.9b0...23.12.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
1 parent 2639270 commit bf4e4b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.5.0
44
hooks:
55
- id: no-commit-to-branch
66
name: Don't commit to master
77
- id: fix-encoding-pragma
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.9.3
11+
rev: 5.13.2
1212
hooks:
1313
- id: isort
1414
additional_dependencies: [toml]
1515
# excludes all the init files from sorting
1616
exclude: ^.*\/__init__\.py$
1717
- repo: https://github.com/psf/black
18-
rev: 21.9b0
18+
rev: 23.12.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 4.0.1
22+
rev: 6.1.0
2323
hooks:
2424
- id: flake8

0 commit comments

Comments
 (0)