mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Pre commit
This commit is contained in:
parent
2a8866823b
commit
17ec9cd44a
2 changed files with 11 additions and 2 deletions
9
.pre-commit-config.yaml
Normal file
9
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/pycqa/pylint
|
||||||
|
rev: pylint-2.6.0
|
||||||
|
hooks:
|
||||||
|
- id: pylint
|
||||||
|
args:
|
||||||
|
- --max-line-length=80
|
||||||
|
- --ignore-imports=yes
|
||||||
|
- -d duplicate-code
|
4
setup.py
4
setup.py
|
@ -17,12 +17,12 @@ DESCRIPTION = 'FastoGT python files.'
|
||||||
URL = 'https://github.com/fastogt/pyfastogt'
|
URL = 'https://github.com/fastogt/pyfastogt'
|
||||||
EMAIL = 'support@fastogt.com'
|
EMAIL = 'support@fastogt.com'
|
||||||
AUTHOR = 'Alexandr Topilski'
|
AUTHOR = 'Alexandr Topilski'
|
||||||
REQUIRES_PYTHON = '>=3.0.0'
|
REQUIRES_PYTHON = '>=3.6'
|
||||||
VERSION = '1.2.0'
|
VERSION = '1.2.0'
|
||||||
|
|
||||||
# What packages are required for this module to be executed?
|
# What packages are required for this module to be executed?
|
||||||
REQUIRED = [
|
REQUIRED = [
|
||||||
'dnspython<2.0.0,>=1.15.0',
|
'dnspython',
|
||||||
'email-validator',
|
'email-validator',
|
||||||
'distro',
|
'distro',
|
||||||
'certifi',
|
'certifi',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue