Skip to content

Commit 0f40536

Browse files
committed
Updated deps
1 parent 8360556 commit 0f40536

File tree

3 files changed

+242
-245
lines changed

3 files changed

+242
-245
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.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -16,17 +16,17 @@ repos:
1616
- id: fix-byte-order-marker
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.10.1
19+
rev: v3.15.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [ "--py38-plus", "--keep-runtime-typing" ]
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.7.0
25+
rev: 23.12.1
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.12.0
29+
rev: 5.13.2
3030
hooks:
3131
- id: isort
3232
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)