Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_helper_file
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
fact_helper_file
Commits
af37ad6f
Commit
af37ad6f
authored
Aug 14, 2019
by
Peter Weidenbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pep8 -> flake8
parent
1178267e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
.gitignore
.gitignore
+2
-0
pytest.ini
pytest.ini
+2
-2
requirements-dev.txt
requirements-dev.txt
+1
-1
No files found.
.gitignore
View file @
af37ad6f
*.egg-info/
.cache/
.coverage
.idea/
...
...
@@ -9,3 +10,4 @@
__pycache__/
bin/
build/
dist/
pytest.ini
View file @
af37ad6f
[pytest]
addopts
=
--
pep
8 -v
pep8
ignore
=
addopts
=
--
flake
8 -v
flake8-
ignore
=
*.py E501
requirements-dev.txt
View file @
af37ad6f
pytest
pytest-cov
pytest-
pep
8
pytest-
flake
8
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