Skip to content

Commit

Permalink
Merge pull request #459 from cyrilmanuel/fix-pre-commit
Browse files Browse the repository at this point in the history
Update flake8 and Pylint version  to fix pre-commit-config
  • Loading branch information
sebalix authored Mar 27, 2024
2 parents 0d0ca60 + fe086c4 commit 99e6785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ repos:
hooks:
- id: setuptools-odoo-make-default
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 5.0.4
hooks:
- id: flake8
name: flake8
additional_dependencies: ["flake8-bugbear==21.9.2"]
- repo: https://github.com/OCA/pylint-odoo
rev: 7.0.2
rev: v8.0.19
hooks:
- id: pylint_odoo
name: pylint with optional checks
Expand Down

0 comments on commit 99e6785

Please sign in to comment.