Skip to content

Commit a3b4920

Browse files
Update pre-commit args (#215)
* Update args for black and isort * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Bump version of black back Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b50edc5 commit a3b4920

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ repos:
2323
rev: 22.6.0
2424
hooks:
2525
- id: black
26-
args: [--line-length, "79"]
26+
args:
27+
- --line-length=79
2728

2829
- repo: https://github.com/pycqa/isort
2930
rev: 5.10.1
3031
hooks:
3132
- id: isort
32-
args: [--profile, black, --filter-files, --line-length, "79"]
33+
args:
34+
- --profile=black
35+
- --filter-files
36+
- --line-length=79

0 commit comments

Comments
 (0)