aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index aa01cd773..8a3c78768 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -36,12 +36,12 @@ repos:
# Disabled:
# Missing docstrings: C0114,C0115,C0116
# Line too long: C0301
- # Need refactoring: C0302,R0201,R0902,R0903,R0912,R0913,R0914,R0915
+ # Need refactoring: C0302,R0201,R0902,R0903,R0904,R0912,R0913,R0914,R0915
# Duplicate code: R0801
# TODO comments: W0511
- # Too general exceptions: W0703
+ # Too general exceptions: W0703, W0719
# Checkers removed in some newer versions of pylint: R0022
- entry: pipenv run python3 -m pylint -j 0 --disable=C0114,C0115,C0116,C0301,C0302,R0201,R0801,R0902,R0903,R0912,R0913,R0914,R0915,W0511,W0703,R0022
+ entry: pipenv run python3 -m pylint -j 0 --disable=C0114,C0115,C0116,C0301,C0302,R0201,R0801,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0511,W0703,W0719,R0022
language: system
types: [python]
fail_fast: true