File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
flake8_no_implicit_concat Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 from itertools import pairwise
1414
1515try :
16- from ._version import __version__ # type: ignore
16+ from ._version import __version__
1717except ImportError :
1818 __version__ = "N/A"
1919
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=45 " , " wheel" , " setuptools_scm[toml ]>=6 .0" ]
2+ requires = [" setuptools>=80 " , " wheel" , " setuptools_scm[simple ]>=8 .0" ]
33build-backend = " setuptools.build_meta"
4+
5+ [tool .setuptools_scm ]
6+ version_file = " flake8_no_implicit_concat/_version.py"
7+ local_scheme = " no-local-version"
Original file line number Diff line number Diff line change 11[metadata]
22name = flake8-no-implicit-concat
3- use_scm_version =
4- write_to = flake8_no_implicit_concat/_version.py
5- local_schema = no-local-version
6- version = attr: setuptools_scm.get_version
73description = Flake8 plugin that forbids implicit str/bytes literal concatenations
84long_description = file: README.md
95long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments