Skip to content

Commit a95446f

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/psf/black: 23.3.0 → 24.3.0](psf/black@23.3.0...24.3.0) - [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](PyCQA/flake8@3.9.2...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/hakancelikdev/unimport: 0.16.0 → 1.2.1](hakancelikdev/unimport@0.16.0...1.2.1)
1 parent c369e0f commit a95446f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
# See https://pre-commit.com/hooks.html for info on hooks
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -20,29 +20,29 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 24.3.0
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 3.9.2
28+
rev: 7.0.0
2929
hooks:
3030
- id: flake8
3131
args: [--max-line-length=88]
3232

3333
- repo: https://github.com/PyCQA/isort
34-
rev: 5.12.0
34+
rev: 5.13.2
3535
hooks:
3636
- id: isort
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.3.1
39+
rev: v3.15.2
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
4343

4444
- repo: https://github.com/hakancelikdev/unimport
45-
rev: 0.16.0
45+
rev: 1.2.1
4646
hooks:
4747
- id: unimport
4848
args: [--remove, --include-star-import]

0 commit comments

Comments
 (0)