Skip to content

Commit ff52feb

Browse files
committed
Updated dependencies
1 parent 3852742 commit ff52feb

File tree

3 files changed

+199
-221
lines changed

3 files changed

+199
-221
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -9,16 +9,16 @@ repos:
99
- id: fix-encoding-pragma
1010
- id: forbid-new-submodules
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.2.0
12+
rev: v3.3.1
1313
hooks:
1414
- id: pyupgrade
1515
args: [ "--py38-plus" ]
1616
- repo: https://github.com/psf/black
17-
rev: 22.10.0
17+
rev: 22.12.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.10.1
21+
rev: 5.11.2
2222
hooks:
2323
- id: isort
2424
args: [ "--profile", "black", "--filter-files" ]

0 commit comments

Comments
 (0)