Skip to content

Commit de455f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/psf/black: 23.10.1 → 24.4.0](psf/black@23.10.1...24.4.0)
1 parent ec1dbb3 commit de455f4

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,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -10,13 +10,13 @@ repos:
1010
- id: check-merge-conflict
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
args: [--profile, black, --line-length=79]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 6.1.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: flake8
2222
additional_dependencies:
@@ -25,7 +25,7 @@ repos:
2525
exclude: migrations
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.10.1
28+
rev: 24.4.0
2929
hooks:
3030
- id: black
3131
args: [--line-length=79]

0 commit comments

Comments
 (0)