Skip to content

Commit

Permalink
🔧 MAINTAIN: Move pylint plugin to external package (#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Oct 26, 2021
1 parent 78c7b72 commit ea3ab28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=40.8.0", "wheel", "fastentrypoints~=0.12"]
build-backend = "setuptools.build_meta"

[tool.pylint.master]
load-plugins = ["pylint_django", "utils.pylint_aiida"]
load-plugins = ["pylint_aiida", "pylint_django"]
# this currently fails with aiida.common.exceptions.ProfileConfigurationError: no profile has been loaded
# we woud need a static settings module to use this
# django-settings-module = "aiida.backends.djsite.settings"
Expand Down
1 change: 1 addition & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"packaging==20.3",
"pre-commit~=2.2",
"pylint~=2.11.1",
"pylint-aiida~=0.1.1",
"pylint-django",
"sqlalchemy2-stubs"
],
Expand Down
57 changes: 0 additions & 57 deletions utils/pylint_aiida.py

This file was deleted.

0 comments on commit ea3ab28

Please sign in to comment.