-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
Signed-off-by: Harshad Reddy Nalla <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
check: | ||
- thoth-tox | ||
- thoth-precommit | ||
release: | ||
- upload-pypi-sesheta |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @goern @harshad16 @fridex @frenzymadness | ||
* @goern @harshad16 @fridex @frenzymadness |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
|
||
## Description | ||
|
||
<!--- Describe your changes in detail --> | ||
<!--- Describe your changes in detail --> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
repos: | ||
- repo: git://github.com/Lucas-C/pre-commit-hooks | ||
rev: v1.1.9 | ||
hooks: | ||
- id: remove-tabs | ||
|
||
- repo: git://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.3.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: check-merge-conflict | ||
- id: end-of-file-fixer | ||
- id: check-added-large-files | ||
- id: check-byte-order-marker | ||
- id: check-case-conflict | ||
- id: check-docstring-first | ||
- id: check-json | ||
- id: detect-private-key | ||
- id: check-ast | ||
- id: debug-statements | ||
|
||
- repo: git://github.com/pycqa/pydocstyle.git | ||
rev: 5.1.1 | ||
hooks: | ||
- id: pydocstyle | ||
|
||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.3.0 | ||
hooks: | ||
- id: check-toml | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
|
||
- repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: v0.790 | ||
hooks: | ||
- id: mypy | ||
exclude: '^(docs|tasks|tests)|setup\.py' | ||
args: [--ignore-missing-imports] | ||
|
||
- repo: https://github.com/psf/black | ||
rev: 20.8b1 | ||
hooks: | ||
- id: black | ||
|
||
- repo: https://gitlab.com/PyCQA/flake8 | ||
rev: '3.8.4' | ||
hooks: | ||
- id: flake8 | ||
additional_dependencies: ['pep8-naming'] | ||
# Ignore all format-related checks as Black takes care of those. | ||
args: ['--ignore', 'E2,W5', '--select', 'E,W,F,N', '--max-line-length=150'] |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-i https://pypi.org/simple | ||
-i https://pypi.org/simple |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
"""Setup file for micropipenv python package.""" | ||
from setuptools import setup | ||
import os | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.