1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

Pre commit

This commit is contained in:
atopilski 2021-01-07 06:03:16 -05:00
parent 2a8866823b
commit 17ec9cd44a
2 changed files with 11 additions and 2 deletions

9
.pre-commit-config.yaml Normal file
View 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

View file

@ -17,12 +17,12 @@ DESCRIPTION = 'FastoGT python files.'
URL = 'https://github.com/fastogt/pyfastogt'
EMAIL = 'support@fastogt.com'
AUTHOR = 'Alexandr Topilski'
REQUIRES_PYTHON = '>=3.0.0'
REQUIRES_PYTHON = '>=3.6'
VERSION = '1.2.0'
# What packages are required for this module to be executed?
REQUIRED = [
'dnspython<2.0.0,>=1.15.0',
'dnspython',
'email-validator',
'distro',
'certifi',