Skip to content

Commit

Permalink
build: Update flake8 pre-commit hook to account for its move from Git…
Browse files Browse the repository at this point in the history
…Lab to GitHub.

see PyCQA/flake8#1305

Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
  • Loading branch information
seifertm committed Nov 20, 2022
1 parent 07a1416 commit 4bda242
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 @@ -37,8 +37,8 @@ repos:
- id: check-xml
- id: check-yaml
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
language_version: python3
Expand Down

0 comments on commit 4bda242

Please sign in to comment.