Skip to content

Commit be6e015

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.3.0](asottile/pyupgrade@v3.2.0...v3.3.0)
1 parent 26d45f5 commit be6e015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/|\.tox|\.git|venv|^dist'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -21,13 +21,13 @@ repos:
2121
args: [ --profile, black ]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 5.0.4
24+
rev: 6.0.0
2525
hooks:
2626
- id: flake8
2727
args: [ --max-line-length, '120' , --ignore, 'E,W']
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.2.0
30+
rev: v3.3.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [ --py3-plus, --py36-plus, --py38-plus ]

0 commit comments

Comments
 (0)