Skip to content

Commit d839391

Browse files
authored
ci: Merge pull request #3 from helloflask/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 054d333 + d394903 commit d839391

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v2.32.0
5+
rev: v2.37.3
66
hooks:
77
- id: pyupgrade
88
args: ["--py38-plus"]
99
- repo: https://github.com/asottile/reorder_python_imports
10-
rev: v3.1.0
10+
rev: v3.8.2
1111
hooks:
1212
- id: reorder-python-imports
1313
args: ["--application-directories", "src"]
1414
files: flemi
1515
- repo: https://github.com/psf/black
16-
rev: 22.3.0
16+
rev: 22.6.0
1717
hooks:
1818
- id: black
1919
files: flemi
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 4.0.1
21+
rev: 5.0.2
2222
hooks:
2323
- id: flake8
2424
files: flemi
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.2.0
26+
rev: v4.3.0
2727
hooks:
2828
- id: fix-byte-order-marker
2929
- id: trailing-whitespace

0 commit comments

Comments
 (0)