mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
add flake8-2020
This commit is contained in:
parent
4bde59d362
commit
7b2e7293da
3 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
import sys
|
||||
import typing as typ
|
||||
|
||||
PY2 = sys.version < "3"
|
||||
PY2 = sys.version_info.major < 3
|
||||
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue