mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-11 07:03:09 +00:00
Merge pull request #400 from cclauss/patch-1
This commit is contained in:
commit
5ffc270b6d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.14.2",
|
||||
"version": "1.17.0",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"main": "./bin/index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="1.14.2"
|
||||
version="1.17.0"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -22,7 +22,7 @@ allowlist_externals = black
|
|||
[testenv:lint]
|
||||
deps =
|
||||
; flake8 has a dep conflict
|
||||
; some can be installed manaully
|
||||
; some can be installed manually
|
||||
; here.
|
||||
flake8
|
||||
flake8-print
|
||||
|
|
|
|||
Loading…
Reference in a new issue