fixed lint

This commit is contained in:
Christopher Pickering 2021-10-05 09:53:40 +02:00
parent e72e4619bd
commit c4e3a07c45
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Next Release
- Fixed formatting of ignored blocks containing inline comments
- Added default text to ``--indent`` and ``-e`` options
- Update url rules to accept #
- Fixed file encoding on Windows OS
0.5.1
-----

View file

@ -1,3 +1,4 @@
"""Collection of shared djLint functions."""
import regex as re
from .settings import Config