Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,6 @@ repos:
exclude: *fixtures
args: ["--max-summary-lines=2", "--linewrap-full-docstring"]
files: "pylint"
- repo: https://github.com/regebro/pyroma
rev: "4.2"
hooks:
- id: pyroma
# Must be specified because of the default value in pyroma
always_run: false
files: |
(?x)^(
README.rst|
pyproject.toml|
pylint/__init__.py|
pylint/__pkginfo__.py|
setup.cfg
)$
- repo: https://github.com/PyCQA/bandit
rev: 1.8.3
hooks:
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name = "pylint"
description = "python code static checker"
readme = "README.rst"
keywords = [ "lint", "linter", "python", "static code analysis" ]
license = { text = "GPL-2.0-or-later" }
license = "GPL-2.0-or-later"
license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
authors = [
{ name = "Python Code Quality Authority", email = "[email protected]" },
]
Expand All @@ -17,7 +18,6 @@ classifiers = [
"Development Status :: 6 - Mature",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
Expand Down Expand Up @@ -65,9 +65,6 @@ scripts.pylint-config = "pylint:_run_pylint_config"
scripts.pyreverse = "pylint:run_pyreverse"
scripts.symilar = "pylint:run_symilar"

[tool.setuptools]
license-files = [ "LICENSE", "CONTRIBUTORS.txt" ] # Keep in sync with setup.cfg

[tool.setuptools.packages.find]
include = [ "pylint*" ]

Expand Down
9 changes: 0 additions & 9 deletions setup.cfg

This file was deleted.

Loading