Skip to content

Commit 03d40b2

Browse files
Merge pull request #3 from anthonyharrison/chore-precommit-config
chore: update pre-commit config
2 parents 187f669 + 4e9f0e7 commit 03d40b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.9.3
3+
rev: 5.10.1
44
hooks:
55
- id: isort
66

77
- repo: https://github.com/python/black
8-
rev: 21.9b0
8+
rev: 21.11b1
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.29.0
13+
rev: v2.29.1
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py36-plus"]

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==21.9b0
2-
isort==5.9.3
3-
pre-commit==2.15.0
1+
black==21.11b1
2+
isort==5.10.1
3+
pre-commit==2.16.0
44
flake8==4.0.1

0 commit comments

Comments
 (0)