Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
empyre
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dieter Weber
empyre
Commits
bc4c7dc6
Commit
bc4c7dc6
authored
7 years ago
by
Jan Caron
Browse files
Options
Downloads
Patches
Plain Diff
PEP8 checking via pytest-flake8 disabled, temporarily!
parent
47a45770
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.cfg
+4
-1
4 additions, 1 deletion
setup.cfg
with
4 additions
and
1 deletion
setup.cfg
+
4
−
1
View file @
bc4c7dc6
...
...
@@ -23,6 +23,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# TODO: Check if everything is taylored to pyramid!
[aliases]
test
=
pytest
...
...
@@ -36,7 +38,8 @@ omit =
addopts
=
--cov --flake8
flake8-max-line-length
=
120
flake8-ignore
=
ALL
# TODO: PEP8 deactivated by this line (remove at a later point)!
E402
E124
E125
jutil
/__init__.py
F401
pyramid
/__init__.py
F401
doc/conf.py
ALL
scripts/*.py
ALL
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment