Skip to content

Commit 44b7dcc

Browse files
committed
update pre-commit hooks
1 parent 581c79e commit 44b7dcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
# Ensure that all files end with a newline
99
# Harmonize line endings
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.3.0
11+
rev: v4.4.0
1212
hooks:
1313
- id: check-added-large-files # prevents giant files from being committed.
1414
- id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
@@ -24,7 +24,7 @@ repos:
2424

2525
# A formatter for finding and removing unused import statements.
2626
- repo: https://github.com/hadialqattan/pycln
27-
rev: v2.1.2
27+
rev: v2.1.3
2828
hooks:
2929
- id: pycln
3030
args: [ --all ]
@@ -41,13 +41,13 @@ repos:
4141

4242
# The uncompromising code formatter
4343
- repo: https://github.com/psf/black
44-
rev: 22.10.0
44+
rev: 23.3.0
4545
hooks:
4646
- id: black
4747

4848
# A tool to automatically upgrade syntax for newer versions of the python language.
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.2.2
50+
rev: v3.3.1
5151
hooks:
5252
- id: pyupgrade
5353
args: [ --py36-plus ]

0 commit comments

Comments
 (0)