Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] [Linter] #831

Open
3 tasks done
schinckel opened this issue Apr 23, 2024 · 0 comments
Open
3 tasks done

[BUG] [Linter] #831

schinckel opened this issue Apr 23, 2024 · 0 comments
Labels
🔍 linter 🦠 bug Something isn't working

Comments

@schinckel
Copy link

System Info

  • OS: macOS
  • Python Version: 3.11
  • djLint Version: 1.34.0
  • template language: DTL

Issue

maps:// urls are incorrectly detected as internal urls.

How To Reproduce

HTML file contains:

<a href="maps://?ll={{ obj.address.position.coords.1 }},{{ obj.address.position.coords.0 }}&z=20">

Contents of .djlintrc/pyproject.toml [tool.djlint]

[tool.djlint]
blank_line_after_tag = "load,extends"
indent = 2
custom_blocks = "nested_widget,capture,flag,switch"
format_attribute_template_tags = true
max_attribute_length = 1
line_break_after_multiline_tag = true
max_blank_lines = 3
ignore="H021,T002"
@schinckel schinckel added 🔍 linter 🦠 bug Something isn't working labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 linter 🦠 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant