Content-Length: 320954 | pFad | http://github.com/python-project-templates/base/commit/1bd01d4d1c0290d3c977215bfd439f2c4cd53024

68 Ignore F403 by default in init · python-project-templates/base@1bd01d4 · GitHub
Skip to content

Commit 1bd01d4

Browse files
committed
Ignore F403 by default in init
1 parent 51ca397 commit 1bd01d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

js/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ known-first-party = ["{{module}}"]
149149
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
150150

151151
[tool.ruff.lint.per-file-ignores]
152-
"__init__.py" = ["F401"]
152+
"__init__.py" = ["F401", "F403"]

jupyter/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ known-first-party = ["{{module}}"]
163163
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
164164
165165
[tool.ruff.lint.per-file-ignores]
166-
"__init__.py" = ["F401"]
166+
"__init__.py" = ["F401", "F403"]

python/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ known-first-party = ["{{module}}"]
114114
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
115115

116116
[tool.ruff.lint.per-file-ignores]
117-
"__init__.py" = ["F401"]
117+
"__init__.py" = ["F401", "F403"]
118118

119119
{%- if add_docs %}
120120

rust/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ known-first-party = ["{{module}}"]
151151
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
152152
153153
[tool.ruff.lint.per-file-ignores]
154-
"__init__.py" = ["F401"]
154+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/python-project-templates/base/commit/1bd01d4d1c0290d3c977215bfd439f2c4cd53024

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy