Skip to content

Commit

Permalink
Merge pull request #70 from astrofrog/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored Oct 23, 2023
2 parents 9264b15 + 3e97fa1 commit f718b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -18,12 +18,12 @@ repos:
- "--filter-files"

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

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

0 comments on commit f718b26

Please sign in to comment.