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
229bb817
Commit
229bb817
authored
Nov 16, 2021
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add double quote/no backslash lint
parent
c089ff5b
Hide 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 @
229bb817
[flake8]
[flake8]
min_python_version = 3.6.0
min_python_version = 3.6.0
max-line-length = 88
max-line-length = 88
inline-quotes = double
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 @
229bb817
...
@@ -35,6 +35,7 @@ repos:
...
@@ -35,6 +35,7 @@ repos:
-
flake8-comprehensions==3.7.0
-
flake8-comprehensions==3.7.0
-
flake8-no-pep420==1.2.0
-
flake8-no-pep420==1.2.0
-
flake8-typing-imports==1.11.0
-
flake8-typing-imports==1.11.0
-
flake8-quotes==3.3.1
-
repo
:
https://github.com/pycqa/isort
-
repo
:
https://github.com/pycqa/isort
rev
:
5.10.1
rev
:
5.10.1
...
...
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