Skip to content

Commit c2f9bde

Browse files
authored
Merge pull request #245 from nipy/codex/migrate-flake8-config-to-pyproject.toml
Move flake8 config into pyproject
2 parents 6b000c8 + 1b544cb commit c2f9bde

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ exclude_lines = [
9898
"raise NotImplementedError",
9999
"warnings\\.warn",
100100
]
101+
102+
[tool.flake8]
103+
max-line-length = 99
104+
doctests = false
105+
ignore = [
106+
"E266",
107+
"E231",
108+
"W503",
109+
]

setup.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)