Skip to content

Commit 173d08b

Browse files
chore: update pre-commit hooks (#131)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b3d4b06 commit 173d08b

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
@@ -35,20 +35,20 @@ repos:
3535

3636
# Black, the code formatter, natively supports pre-commit
3737
- repo: https://github.com/psf/black
38-
rev: 22.10.0
38+
rev: 22.12.0
3939
hooks:
4040
- id: black
4141
files: ^(docs)
4242

4343
# Sort your imports in a standard form
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.10.1
45+
rev: 5.11.1
4646
hooks:
4747
- id: isort
4848

4949
# Upgrade older Python syntax
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.2.2
51+
rev: v3.3.1
5252
hooks:
5353
- id: pyupgrade
5454
args: ["--py36-plus"]

0 commit comments

Comments
 (0)