Skip to content

Commit

Permalink
Improve config
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Benfold committed Jan 14, 2022
1 parent d4e9f5e commit f0e7961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: black
# Force black to run on whole repo, using settings from pyproject.toml
pass_filenames: false
args: ["--config=./pyproject.toml", "--check", "."]
args: ["--config=./pyproject.toml", "."]
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
hooks:
Expand All @@ -34,4 +34,4 @@ repos:
hooks:
- id: isort
name: isort
args: ["--filter-files", "--check"]
args: ["--filter-files"]

0 comments on commit f0e7961

Please sign in to comment.