Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2ae59851 by lovetox at 2022-06-14T22:08:14+02:00
ci: Flake8: Update configuration
- - - - -
a0a1ebe4 by lovetox at 2022-06-14T22:08:14+02:00
ci: Add flake8 ci test
- - - - -
2 changed files:
- .gitlab-ci.yml
- setup.cfg
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -33,6 +33,16 @@ test-pyright:
- $(npm bin)/pyright
interruptible: true
+test-flake8:
+ stage: test
+ allow_failure: true
+ rules:
+ - changes:
+ - "**/*.py"
+ script:
+ - flake8
+ interruptible: true
+
test-pylint:
stage: test
rules:
=====================================
setup.cfg
=====================================
@@ -1,8 +1,19 @@
[flake8]
ignore =
-exclude = .git,__pycache__,.gitlab
+exclude =
+ __pycache__,
+ build,
+ dist,
+ debian_build,
+ test,
+ typings
+ gajim/command_system,
+ gajim/gajim_remote.py,
+ gajim/remote_control.py,
+ gajim/common/config.py
max-complexity = 15
builtins=_
+max-line-length = 80
[metadata]
name = gajim
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/4eb2372e4d20b5b9b5a32bed1ab183e7b4d9470f...a0a1ebe4fb30018000c9a3224194d195c42ed9ce
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/4eb2372e4d20b5b9b5a32bed1ab183e7b4d9470f...a0a1ebe4fb30018000c9a3224194d195c42ed9ce
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits