Merge pull request #400 from cclauss/patch-1

This commit is contained in:
sur.la.route 2022-09-21 09:20:28 +02:00 committed by GitHub
commit 5ffc270b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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": {

View file

@ -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>"]

View file

@ -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