Skip to content

Commit

Permalink
ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Oct 14, 2024
1 parent 87e93a7 commit 736cc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dojo/settings/.settings.dist.py.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21bc8f26b6e351debcd454a132a37e9909fbaea99000ecbadc681a5d42c6fc36
518f0b7b560ebdc19b22e6c564108c4cdf7e79c027f844d80452a2aef5267fdf
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ def saml2_attrib_map_format(dict):
"FEDORA": "https://bodhi.fedoraproject.org/updates/",
"ALSA": "https://osv.dev/vulnerability/", # e.g. https://osv.dev/vulnerability/ALSA-2024:0827
"USN": "https://ubuntu.com/security/notices/", # e.g. https://ubuntu.com/security/notices/USN-6642-1
"DLA": "https://security-tracker.debian.org/tracker/" # e.g. https://security-tracker.debian.org/tracker/DLA-3917-1
"DLA": "https://security-tracker.debian.org/tracker/", # e.g. https://security-tracker.debian.org/tracker/DLA-3917-1

Check failure on line 1737 in dojo/settings/settings.dist.py

View workflow job for this annotation

GitHub Actions / ruff-linting

Ruff (E261)

dojo/settings/settings.dist.py:1737:59: E261 Insert at least two spaces before an inline comment
}
# List of acceptable file types that can be uploaded to a given object via arbitrary file upload
FILE_UPLOAD_TYPES = env("DD_FILE_UPLOAD_TYPES")
Expand Down

0 comments on commit 736cc38

Please sign in to comment.