Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
3fae3702
Commit
3fae3702
authored
Nov 20, 2021
by
Randy Döring
Committed by
Bjorn Neergaard
Nov 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use flake8-eradicate
parent
e1b45f85
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.flake8
+1
-0
.pre-commit-config.yaml
+1
-0
No files found.
.flake8
View file @
3fae3702
...
@@ -8,6 +8,7 @@ inline-quotes = double
...
@@ -8,6 +8,7 @@ inline-quotes = double
mypy-init-return = true
mypy-init-return = true
enable-extensions = TC, TC2
enable-extensions = TC, TC2
type-checking-exempt-modules = typing, typing-extensions
type-checking-exempt-modules = typing, typing-extensions
eradicate-whitelist-extend = ^-.*;
extend-ignore =
extend-ignore =
# E501: Line too long (FIXME: long string constants)
# E501: Line too long (FIXME: long string constants)
E501,
E501,
...
...
.pre-commit-config.yaml
View file @
3fae3702
...
@@ -35,6 +35,7 @@ repos:
...
@@ -35,6 +35,7 @@ repos:
-
flake8-broken-line==0.4.0
-
flake8-broken-line==0.4.0
-
flake8-bugbear==21.9.2
-
flake8-bugbear==21.9.2
-
flake8-comprehensions==3.7.0
-
flake8-comprehensions==3.7.0
-
flake8-eradicate==1.2.0
-
flake8-no-pep420==1.2.0
-
flake8-no-pep420==1.2.0
-
flake8-quotes==3.3.1
-
flake8-quotes==3.3.1
-
flake8-simplify==0.14.2
-
flake8-simplify==0.14.2
...
...
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