Skip to content

Commit

Permalink
allow FTP usage (forget it Jake, it's bioinformatics)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 29, 2024
1 parent 65fafdd commit c0c2008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/{{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,14 @@ fixable = [
# E117 - over-indented*
# E501 - line-too-long*
# W191 - tab-indentation*
# S321 - suspicious-ftp-lib-usage
# *ignored for compatibility with formatter
ignore = [
"ANN101", "ANN003",
"D203", "D205", "D206", "D213", "D300", "D400", "D415",
"E111", "E114", "E117", "E501",
"W191"
"W191",
"S321",
]

[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit c0c2008

Please sign in to comment.