Skip to content

Commit fa3bcdb

Browse files
authored
Merge pull request #9 from ghazi-git/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 48e27ad + 30d8602 commit fa3bcdb

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515
args: [ --skip-magic-trailing-comma, --target-version, py38 ]
@@ -21,13 +21,13 @@ repos:
2121
args: [ --profile, black ]
2222

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

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

0 commit comments

Comments
 (0)