Skip to content

Commit e42ed54

Browse files
committed
specify flake8 config
1 parent c02e4db commit e42ed54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repos:
99
- repo: https://github.com/pycqa/flake8
1010
rev: 7.1.1
1111
hooks:
12-
- id: flake8
13-
language_version: python3
12+
- id: flake8
13+
args: ["--config=.flake8", "--show-source", "--statistics"]
1414
- repo: https://github.com/pycqa/docformatter
1515
rev: v1.7.7
1616
hooks:

0 commit comments

Comments
 (0)