Skip to content

Commit

Permalink
Merge pull request yt-project#96 from yt-project/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
chrishavlin authored Oct 24, 2023
2 parents bf7c80d + 8061ee0 commit 70a6035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args: [
--include-version-classifiers,
--max-py-version=3.10,
]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,12 +17,12 @@ repos:
- id: check-executables-have-shebangs
- id: check-yaml
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black-jupyter

Expand Down

0 comments on commit 70a6035

Please sign in to comment.