8000 [pre-commit.ci] pre-commit autoupdate · mollypi/github3.py@85db8f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85db8f0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.5 → v3.9.0](asottile/reorder-python-imports@v3.8.5...v3.9.0) - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0) - [github.com/asottile/setup-cfg-fmt: v2.1.0 → v2.2.0](asottile/setup-cfg-fmt@v2.1.0...v2.2.0)
1 parent b371312 commit 85db8f0

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
@@ -14,7 +14,7 @@ repos:
1414
types: [text]
1515
stages: [commit, push, manual]
1616
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v3.8.5
17+
rev: v3.9.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--application-directories, '.:src', --py37-plus]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.1.0
26+
rev: v3.2.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: gitlint
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v2.1.0
40+
rev: v2.2.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
args: [--min-py3-version, '3.7']

0 commit comments

Comments
 (0)
0