Skip to content

Commit d832f74

Browse files
authored
Document how to disable rules for some files (#49)
See issue #44
1 parent 8cd01b6 commit d832f74

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ available in ``flake8``::
2424
$ flake8 --version
2525
2.4.1 (pep8: 1.5.7, flake8-print: 2.0.0, mccabe: 0.3.1, pyflakes: 0.8.1)
2626

27+
Flake8 allows disabling some tests based on the folder:
28+
29+
```
30+
[flake8]
31+
per-file-ignores =
32+
scripts/*: T00
33+
cli.py: T00
34+
```
35+
36+
2737
Error codes
2838
-----------
2939

0 commit comments

Comments
 (0)