Loading pre_commit_pylint.py +2 −2 Original line number Diff line number Diff line # Copyright 2020 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2020-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading @@ -15,7 +15,7 @@ from os.path import isfile import click from pylint import lint __version__ = '0.3' __version__ = '2.6.0' @click.command(context_settings=dict( Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ author-email = "dom.sekotill@kodo.org.uk" home-page = "https://code.kodo.org.uk/dom/pre-commit-pylint" requires = [ "click ~=7.0", "pylint >=2,<3", "pylint ==2.6.0", ] classifiers = [ "Development Status :: 3 - Alpha", Loading Loading
pre_commit_pylint.py +2 −2 Original line number Diff line number Diff line # Copyright 2020 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2020-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading @@ -15,7 +15,7 @@ from os.path import isfile import click from pylint import lint __version__ = '0.3' __version__ = '2.6.0' @click.command(context_settings=dict( Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ author-email = "dom.sekotill@kodo.org.uk" home-page = "https://code.kodo.org.uk/dom/pre-commit-pylint" requires = [ "click ~=7.0", "pylint >=2,<3", "pylint ==2.6.0", ] classifiers = [ "Development Status :: 3 - Alpha", Loading