Skip to content

Commit

Permalink
Sync Black pre-commit hook with Black config
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Jul 13, 2021
1 parent bbbd5ec commit bd8608d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.5b2
hooks:
- id: black
exclude: |
Expand All @@ -9,6 +9,5 @@ repos:
| tardis/montecarlo).*
| setup.py
| docs/conf.py
| ez_setup.py
| ah_bootstrap.py
| tardis/_astropy_init.py
)$
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ target-version = ['py36']
extend-exclude = '''
(
/(
model # Temporary - to remove later
| montecarlo # Temporary
model # temporary - to remove later
| montecarlo # temporary
)/
| setup.py
| docs/conf.py
Expand Down

0 comments on commit bd8608d

Please sign in to comment.