mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-30 09:54:44 +00:00
fixed lint
This commit is contained in:
parent
e72e4619bd
commit
c4e3a07c45
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
-----
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"""Collection of shared djLint functions."""
|
||||
import regex as re
|
||||
|
||||
from .settings import Config
|
||||
|
|
|
|||
Loading…
Reference in a new issue