mirror of
https://github.com/Relintai/gdnative_python.git
synced 2025-01-19 15:07:17 +01:00
Disable black static check as it seems to have some dependency issues.
This commit is contained in:
parent
52144e7f36
commit
c717ac001a
@ -1,14 +1,14 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/ambv/black
|
#- repo: https://github.com/ambv/black
|
||||||
rev: 19.3b0
|
# rev: 19.3b0
|
||||||
hooks:
|
# hooks:
|
||||||
- id: black
|
# - id: black
|
||||||
types: [file] # override `types: [python]`
|
# types: [file] # override `types: [python]`
|
||||||
files: (\.py$|^SConstruct$|/SConscript$)
|
# files: (\.py$|^SConstruct$|/SConscript$)
|
||||||
exclude: (^tests/_lib_vendors|^(tests|examples)/lib) # Ignore 3rd party stuff
|
# exclude: (^tests/_lib_vendors|^(tests|examples)/lib) # Ignore 3rd party stuff
|
||||||
args:
|
# args:
|
||||||
- "--line-length=100"
|
# - "--line-length=100"
|
||||||
language_version: python3
|
# language_version: python3
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.2.3
|
rev: v2.2.3
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user