Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tfields
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Boeckenhoff
tfields
Commits
073c0b7e
Commit
073c0b7e
authored
3 years ago
by
dboe
Browse files
Options
Downloads
Plain Diff
merged
parents
87b011cd
a21dd9ee
No related branches found
No related tags found
No related merge requests found
Pipeline
#108028
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pre-commit-config.yaml
+2
-1
2 additions, 1 deletion
.pre-commit-config.yaml
LICENSE.rst
+1
-1
1 addition, 1 deletion
LICENSE.rst
docs/installation.rst
+1
-0
1 addition, 0 deletions
docs/installation.rst
setup.cfg
+2
-0
2 additions, 0 deletions
setup.cfg
with
6 additions
and
2 deletions
.pre-commit-config.yaml
+
2
−
1
View file @
073c0b7e
default_language_version
:
python
:
python3
repos
:
-
repo
:
https://github.com/ambv/black
rev
:
21.6b0
hooks
:
-
id
:
black
language_version
:
python3.6
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.9.2
hooks
:
...
...
This diff is collapsed.
Click to expand it.
LICENSE.rst
+
1
−
1
View file @
073c0b7e
MIT License
Copyright (c) 202
0
, Daniel Böckenhoff
Copyright (c) 202
1
, Daniel Böckenhoff
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
docs/installation.rst
+
1
−
0
View file @
073c0b7e
...
...
@@ -23,6 +23,7 @@ you through the process.
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
From sources
------------
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
2
−
0
View file @
073c0b7e
...
...
@@ -108,6 +108,8 @@ max-line-length = 99
doctests
=
True
exclude
=
.git, .eggs, __pycache__, docs, dist, venv, .tox
ignore
=
E203 W503 W504 # wrong flake defaults: see https://github.com/psf/black/issues/315, https://github.com/psf/black/issues/43
per-file-ignores
=
__init__.py:
F401
[pylint.]
ignore
=
setup.py
...
...
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