Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
2220cb77
Commit
2220cb77
authored
Jan 16, 2021
by
Jason R. Coombs
Committed by
GitHub
Jan 16, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2508 from webknjaz/maintenance/flake8-exclude-.tox
Migrate to `extend-exclude` in flake8 config
parents
4a7d8913
04a916ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.flake8
.flake8
+3
-1
No files found.
.flake8
View file @
2220cb77
...
@@ -4,8 +4,10 @@ max-line-length = 88
...
@@ -4,8 +4,10 @@ max-line-length = 88
# jaraco/skeleton#34
# jaraco/skeleton#34
max-complexity = 10
max-complexity = 10
exclude =
extend-exclude =
build
setuptools/_vendor
setuptools/_vendor
setuptools/_distutils
pkg_resources/_vendor
pkg_resources/_vendor
extend-ignore =
extend-ignore =
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment