|
|
|
@@ -3,10 +3,10 @@ repos: |
|
|
|
rev: 23.1.0 |
|
|
|
hooks: |
|
|
|
- id: black |
|
|
|
args: [".", "-l 120"] |
|
|
|
args: ["-l 120"] |
|
|
|
|
|
|
|
- repo: https://github.com/PyCQA/flake8 |
|
|
|
rev: 4.0.1 |
|
|
|
hooks: |
|
|
|
- id: flake8 |
|
|
|
args: [".", "--count", "--select=E9,F63,F7,F82", "--show-source", "--statistics"] |
|
|
|
args: ["--count", "--select=E9,F63,F7,F82", "--show-source", "--statistics"] |