Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Jan 7, 2025
1 parent 3d6da9f commit e12a49d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
- id: nbstripout
files: '.ipynb'
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand All @@ -34,15 +29,20 @@ repos:
hooks:
- id: flake8
args: [ '--config=setup.cfg' ]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
- id: nbstripout
files: '.ipynb'
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.9.1
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
additional_dependencies: [ 'pyupgrade==v3.16.0' ]
additional_dependencies: [ 'pyupgrade==v3.19.1' ]
- id: nbqa-black
args: [ '--target-version=py39' ]
additional_dependencies: [ 'black==24.4.2' ]
additional_dependencies: [ 'black==24.10.0' ]
- id: nbqa-isort
args: [ '--profile=black' ]
additional_dependencies: [ 'isort==5.13.2' ]
Expand All @@ -51,10 +51,6 @@ repos:
hooks:
- id: pydocstyle
args: [ '--convention=numpy' ]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
hooks:
- id: pyupgrade
- repo: meta
hooks:
- id: check-hooks-apply
Expand Down

0 comments on commit e12a49d

Please sign in to comment.