1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

pre-commit: Try local flake8

This commit is contained in:
Athanasius 2020-10-12 16:20:30 +01:00
parent 5d8e2a80af
commit 5b7876a22b

View File

@ -14,11 +14,20 @@ repos:
# hooks:
# - id: autopep8
# flake8 --show-source <file>
- repo: https://gitlab.com/pycqa/flake8
rev: ''
hooks:
- id: flake8
### # flake8 --show-source <file>
### - repo: https://gitlab.com/pycqa/flake8
### rev: ''
### hooks:
### - id: flake8
#
# Try using local flake8
- repo: local
hooks:
- id: flake8
name: flake8
entry: flake8
language: system
types: [ python ]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: ''