Skip to content

Commit f053567

Browse files
authored
Tweak stickler config to ignore Python files in the docs. (#1936)
Tweak stickler config: ignore Python files in the docs & disable fixer
1 parent fc7fe48 commit f053567

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.stickler.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
linters:
22
flake8:
33
max-line-length: 79
4-
fixer: true
4+
fixer: false
55
ignore: I002
66
exclude:
7-
- 'doc/'
7+
- doc/*
88
py3k:
9-
fixers:
10-
enable: true

0 commit comments

Comments
 (0)