Skip to content

Commit 958985b

Browse files
committed
Run (non-docs) style checkers on the docs.
1 parent 2a4168c commit 958985b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ban-relative-imports = true
33
inline-quotes = "
44
per-file-ignores =
55
noxfile.py:D
6+
docs/conf.py:D
67
referencing/tests/*:D
78
referencing/_attrs.py:D
89
ignore =

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def style(session):
5757
"flake8-quotes",
5858
"flake8-tidy-imports",
5959
)
60-
session.run("python", "-m", "flake8", REFERENCING, __file__)
60+
session.run("python", "-m", "flake8", REFERENCING, DOCS, __file__)
6161

6262

6363
@session()

0 commit comments

Comments
 (0)