Skip to content

Commit

Permalink
fix: adjust pre-commit config so black always considers the configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
FabianScheidt authored and pppmlt committed Jan 5, 2023
1 parent 1e40075 commit dab00df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repos:
- id: black
name: black
entry: black
args: [--config=./pyproject.toml]
language: system
types: [python]
- id: pylint
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.repo_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repos:
- id: black
name: black
entry: black
args: [--config=./pyproject.toml]
language: system
types: [python]
- id: nbqa-black
Expand Down

0 comments on commit dab00df

Please sign in to comment.