Skip to content

Commit

Permalink
[FIX] pre-commit-config: Update flake8 repo (OCA#446)
Browse files Browse the repository at this point in the history
flake8 deprecated the gitlab url in pro github
  • Loading branch information
antonag32 authored Nov 18, 2022
1 parent 1313e2f commit dd98797
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 @@ -81,7 +81,7 @@ repos:
args:
- --settings=.
exclude: /__init__\.py$
- repo: https://gitlab.com/PyCQA/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand Down

0 comments on commit dd98797

Please sign in to comment.