Skip to content

Commit

Permalink
[CI/CD] pre-commit: обновил flake8, чтобы работало под python 3.12
Browse files Browse the repository at this point in the history
Изменения сделал на основе OCA/oca-addons-repo-template#243
  • Loading branch information
em230418 committed Oct 14, 2024
1 parent 49d87bd commit 5ba7c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ repos:
- --header
- "# generated from manifests external_dependencies"
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 5.0.0
hooks:
- id: flake8
name: flake8
Expand Down

0 comments on commit 5ba7c52

Please sign in to comment.