Skip to content

Commit

Permalink
Merge pull request #96 from zfit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Oct 4, 2023
2 parents 6b9fa43 + bf26fc2 commit ecac92e
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
Expand Up @@ -42,7 +42,7 @@ repos:
- id: rst-directive-colons

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

Expand All @@ -52,7 +52,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -70,12 +70,12 @@ repos:
args: ["--futures=true"]

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.3
hooks:
- id: prettier

Expand Down

0 comments on commit ecac92e

Please sign in to comment.