Skip to content

Commit

Permalink
Merge pull request #41 from zfit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jonas-eschle authored Apr 1, 2024
2 parents 51d3955 + d646e39 commit 4328fd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:


- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [ --py38-plus ]
Expand All @@ -47,7 +47,7 @@ repos:

# Notebook formatting
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-isort
additional_dependencies: [ isort==5.6.4 ]
Expand All @@ -70,19 +70,19 @@ repos:
args: [ '--futures=true' ]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
language: python


- repo: https://github.com/janosh/format-ipy-cells
rev: v0.1.10
rev: v0.1.11
hooks:
- id: format-ipy-cells

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout

Expand Down

0 comments on commit 4328fd4

Please sign in to comment.