Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:

# Bring Python code up to date with pyupgrade
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.2.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -17,7 +17,7 @@ repos:

# Automatic source code formatting with Black
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down
1 change: 1 addition & 0 deletions newsfragments/59.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Automatically update and run pre-commit hooks.