We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bda09f commit 442011dCopy full SHA for 442011d
docs/src/markdown/about/development.md
@@ -28,9 +28,9 @@ utilizes the Flake8 linter (with some additional plugins) to ensure code conform
28
When in doubt follow the formatting hints of existing code when adding or modifying files. existing files. Listed below
29
are the modules used:
30
31
-- @gitlab:pycqa/flake8
32
-- @gitlab:pycqa/flake8-docstrings
33
-- @gitlab:pycqa/pep8-naming
+- @PyCQA/flake8
+- @PyCQA/flake8-docstrings
+- @PyCQA/pep8-naming
34
- @ebeweber/flake8-mutable
35
- @gforcada/flake8-builtins
36
0 commit comments