Skip to content

Commit 7352cb9

Browse files
committed
[.flake8]: Remove Deprecated Option --include-in-doctest
The options `--include-in-doctest` and `--exclude-from-doctest` that allowed the user to specify the files that should be checked by PyFlakes for doctest syntax (https://flake8.pycqa.org/en/6.1.0/user/options.html#cmdoption-flake8-include-in-doctest) have been removed in version 7.0.0 of flake8 (https://flake8.pycqa.org/en/latest/release-notes/7.0.0.html#backwards-incompatible-changes).
1 parent 85109fa commit 7352cb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ extend-select =
8080
W504,
8181
# List of glob patterns to include for checks.
8282
filename = *.py
83-
# Files that are checked by PyFlakes for doctest syntax.
84-
include-in-doctest = *.py, *.rst
8583
# Number of spaces used for indentation.
8684
indent-size = 4
8785
# Maximum allowed McCabe complexity

0 commit comments

Comments
 (0)