Browse Source

add flake8

master
ly119399 3 years ago
parent
commit
55f8bb9769
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .pre-commit-config.yaml

+ 5
- 5
.pre-commit-config.yaml View File

@@ -1,9 +1,9 @@
repos:
# - repo: https://gitlab.com/pycqa/flake8.git
# rev: 3.8.3
# hooks:
# - id: flake8
# exclude: thirdparty/|examples/
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.3
hooks:
- id: flake8
exclude: thirdparty/|examples/
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
hooks:


Loading…
Cancel
Save