Skip to content

Commit 7bec9b0

Browse files
update pylint url (#1702)
1 parent a467abe commit 7bec9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ the license of the contributed code must be compatible with GPL v3.
125125
Developing the code, we follow [The Way of Python](https://www.python.org/dev/peps/pep-0020/) and
126126
the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle).
127127
The codebase has greatly benefited from [PyCharm code inspections](https://www.jetbrains.com/help/pycharm/code-inspection.html)
128-
and [Pylint](https://pylint.org), [Black](https://black.readthedocs.io/en/stable/) and [isort](https://pycqa.github.io/isort/)
128+
and [Pylint](https://pylint.readthedocs.io/en/stable/), [Black](https://black.readthedocs.io/en/stable/) and [isort](https://pycqa.github.io/isort/)
129129
code analysis (which are all part of the CI workflows).
130130

131131
We also use [pre-commit hooks](https://pre-commit.com).

0 commit comments

Comments
 (0)