Merge pull request #459 from cyrilmanuel/fix-pre-commit

Update flake8 and Pylint version  to fix pre-commit-config
This commit is contained in:
Sébastien Alix
2024-03-27 13:12:17 +01:00
committed by GitHub
co-authored by GitHub
+2 -2
View File
@@ -121,13 +121,13 @@ repos:
hooks: hooks:
- id: setuptools-odoo-make-default - id: setuptools-odoo-make-default
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 3.9.2 rev: 5.0.4
hooks: hooks:
- id: flake8 - id: flake8
name: flake8 name: flake8
additional_dependencies: ["flake8-bugbear==21.9.2"] additional_dependencies: ["flake8-bugbear==21.9.2"]
- repo: https://github.com/OCA/pylint-odoo - repo: https://github.com/OCA/pylint-odoo
rev: 7.0.2 rev: v8.0.19
hooks: hooks:
- id: pylint_odoo - id: pylint_odoo
name: pylint with optional checks name: pylint with optional checks