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
1cf06510
Commit
1cf06510
authored
Nov 16, 2021
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(flake8): further improve config
parent
9bed9074
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
17 deletions
+14
-17
.flake8
+13
-16
.pre-commit-config.yaml
+1
-1
No files found.
.flake8
View file @
1cf06510
[flake8]
min_python_version = 3.6.0
ignore =
# E501: Line too long
max-line-length = 88
extend-ignore =
# E501: Line too long (FIXME: long string constants)
E501,
#
W503: Line break occurred before a binary operator
W503
#
E203: Whitespace before ':' (pycqa/pycodestyle#373)
E203,
per-file-ignores =
# F401: Module imported by unused
# F401: Module imported by unused
(non-implicit modules)
__init__.py:F401
exclude =
*/fixtures/**/setup.py
.git,
.github,
.mypy_cache,
.pytest_cache,
.tox,
.venv,
.vscode,
__pycache__,
dist,
extend-exclude =
# Frozen and not subject to change in this repo:
get-poetry.py,
install-poetry.py,
# External to the project's coding standards:
tests/fixtures/*,
tests/**/fixtures/*,
.pre-commit-config.yaml
View file @
1cf06510
...
...
@@ -45,7 +45,7 @@ repos:
hooks
:
-
id
:
flake8
additional_dependencies
:
-
flake8-bugbear
-
flake8-bugbear
==21.9.2
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v0.910-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