mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-02 21:50:23 +00:00
updated py version
This commit is contained in:
parent
8b2448644b
commit
2cf720bd43
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ max_line_length = 99
|
|||
quiet = true
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7.0,<4.0"
|
||||
python = "^3.6.2,<4.0"
|
||||
click = "^8.0.1"
|
||||
PyYAML = "^5.4.1"
|
||||
colorama = "^0.4.4"
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
ignore_missing_imports = True
|
||||
|
||||
[flake8]
|
||||
ignore = D103, F401, E501, W503, SIM114
|
||||
ignore = D103, F401, E501, W503, SIM114, D403
|
||||
|
|
|
|||
Loading…
Reference in a new issue