mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +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:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 19.3b0
|
||||
hooks:
|
||||
- id: black
|
||||
types: [file] # override `types: [python]`
|
||||
files: (\.py$|^SConstruct$|/SConscript$)
|
||||
exclude: (^tests/_lib_vendors|^(tests|examples)/lib) # Ignore 3rd party stuff
|
||||
args:
|
||||
- "--line-length=100"
|
||||
language_version: python3
|
||||
#- repo: https://github.com/ambv/black
|
||||
# rev: 19.3b0
|
||||
# hooks:
|
||||
# - id: black
|
||||
# types: [file] # override `types: [python]`
|
||||
# files: (\.py$|^SConstruct$|/SConscript$)
|
||||
# exclude: (^tests/_lib_vendors|^(tests|examples)/lib) # Ignore 3rd party stuff
|
||||
# args:
|
||||
# - "--line-length=100"
|
||||
# language_version: python3
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.2.3
|
||||
hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user