Moved static files to their own directory

This commit is contained in:
Peter Pfeufer
2022-06-25 13:30:32 +02:00
parent 7f8ca4fad2
commit cf49a2cb65
27 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ repos:
rev: 2.4.0
hooks:
- id: editorconfig-checker
exclude: ^(LICENSE|allianceauth\/static\/css\/themes\/bootstrap-locals.less|allianceauth\/eveonline\/swagger.json|(.*.po)|(.*.mo))
exclude: ^(LICENSE|allianceauth\/static\/allianceauth\/css\/themes\/bootstrap-locals.less|allianceauth\/eveonline\/swagger.json|(.*.po)|(.*.mo))
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0