Skip to content

Commit

Permalink
Update pre-commit hooks (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Sep 7, 2021
1 parent d43e70e commit 2151fdb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- repo: https://github.com/psf/black
rev: 21.8b0
hooks:
- id: black
- id: black-jupyter

- repo: https://github.com/keewis/blackdoc
rev: v0.3.4
Expand All @@ -24,10 +24,6 @@ repos:
hooks:
- id: flake8

- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
Expand All @@ -41,8 +37,6 @@ repos:
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.0
hooks:
- id: nbqa-black
additional_dependencies: [black==21.7b0]
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.7.3]
- id: nbqa-isort
Expand Down

0 comments on commit 2151fdb

Please sign in to comment.