Skip to content

Commit

Permalink
Merge branch 'master' into validate-args
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer authored Oct 3, 2023
2 parents a12048d + 5324cdb commit d2ce440
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 @@ -19,13 +19,13 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

Expand Down

0 comments on commit d2ce440

Please sign in to comment.