Skip to content

Commit 510d9ed

Browse files
authored
Update flake8 per-file-ignores (#241)
1 parent f7bd286 commit 510d9ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ version_file = "empymod/version.py"
7676

7777
[tool.flake8]
7878
per-file-ignores = [
79-
"__init__.py: F401, F403, F821",
79+
"__init__.py: F401",
80+
"utils.py: F824",
8081
]
8182

8283
[tool.coverage.run]

0 commit comments

Comments
 (0)