Skip to content

Commit

Permalink
Automatically update and run pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2022
1 parent 1057889 commit 712ee8c
Showing 1 changed file with 2 additions and 2 deletions.
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.0
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

0 comments on commit 712ee8c

Please sign in to comment.