Skip to content

Commit

Permalink
Merge pull request #24 from ikalnytskyi/chore/fix-flake8
Browse files Browse the repository at this point in the history
Use Flake8 from GitHub, not GitLab
  • Loading branch information
ikalnytskyi authored May 5, 2024
2 parents 6cfe12b + 1e7b5a5 commit 6789d25
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 @@ -16,8 +16,8 @@ repos:
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
args: ["--max-line-length=99", "--extend-ignore=E203"]
Expand Down

0 comments on commit 6789d25

Please sign in to comment.