Skip to content

Commit 6deb554

Browse files
committed
Fix tests
1 parent 95bf126 commit 6deb554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ directives = [ "code-block",]
5151
allowed_unused = [ "flake8",]
5252

5353
[tool.importcheck]
54-
always = [ "flake8_missing_annotation",]
54+
always = [ "flake8_missing_annotations",]
5555

5656
[project.entry-points."flake8.extension"]
5757
MAN = "flake8_missing_annotations:Plugin"

0 commit comments

Comments
 (0)