Skip to content

Commit

Permalink
refactor: change version to 3.8 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 24, 2021
1 parent 0ab3b43 commit c30afff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# All configuration for plugins and other utils is defined here.
# Read more about `setup.cfg`:
# https://docs.python.org/3/distutils/configfile.html

[bumpversion]
files = README.rst
commit = False
Expand All @@ -19,7 +23,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
doctests = True
inline-quotes = single
accept-encodings = utf-8
per-file-ignores =
per-file-ignores =
tests/*.py: S101, Z432
hooks/*.py: T001
**/*.py: D100, D104, D106, D401, X100
Expand All @@ -29,7 +33,7 @@ max-line-length = 100
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules

[mypy]
python_version = 3.6
python_version = 3.8
check_untyped_defs = True
ignore_errors = False
ignore_missing_imports = True
Expand Down Expand Up @@ -70,4 +74,3 @@ addopts =
--ignore .egg
-s -v
--doctest-modules

0 comments on commit c30afff

Please sign in to comment.