Skip to content

Commit 390502b

Browse files
author
Will Benfold
committed
Remove --check
1 parent 63d5b2c commit 390502b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: black
2323
# Force black to run on whole repo, using settings from pyproject.toml
2424
pass_filenames: false
25-
args: ["--config=./pyproject.toml", "--check", "."]
25+
args: ["--config=./pyproject.toml", "."]
2626
- repo: https://github.com/PyCQA/flake8
2727
rev: "4.0.1"
2828
hooks:
@@ -34,4 +34,4 @@ repos:
3434
hooks:
3535
- id: isort
3636
name: isort
37-
args: ["--filter-files", "--check"]
37+
args: ["--filter-files"]

0 commit comments

Comments
 (0)