Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joseph Siddons
GeoSpatialTools
Commits
c15fe67a
Commit
c15fe67a
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
ci: ignore test for linting, add irrelevant crytographic rule to lint ignore
parent
404f99f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pyproject.toml
pyproject.toml
+2
-1
No files found.
pyproject.toml
View file @
c15fe67a
...
@@ -52,7 +52,7 @@ all = [
...
@@ -52,7 +52,7 @@ all = [
line-length
=
80
line-length
=
80
indent-width
=
4
indent-width
=
4
target-version
=
"py311"
target-version
=
"py311"
exclude
=
[
".eggs"
,
".git"
,
".venv"
,
"build"
,
"venv"
]
exclude
=
[
".eggs"
,
".git"
,
".venv"
,
"build"
,
"venv"
,
"test"
]
[tool.ruff.lint]
[tool.ruff.lint]
extend-select
=
[
extend-select
=
[
...
@@ -63,6 +63,7 @@ ignore = [
...
@@ -63,6 +63,7 @@ ignore = [
"D400"
,
# ends-in-period
"D400"
,
# ends-in-period
"D401"
,
# non-imperative-mood
"D401"
,
# non-imperative-mood
"D105"
,
# missing docstring in magic method
"D105"
,
# missing docstring in magic method
"S311"
,
# Standard pseudo-random generators are not suitable for cryptographic purposes
]
]
preview
=
true
preview
=
true
select
=
[
select
=
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment