Skip to content

Commit 5365a2a

Browse files
authored
Merge pull request #19 from ghazi-git/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 366b4ab + be6e015 commit 5365a2a

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)