Skip to content

Commit

Permalink
Change Flake repo in pre-commit.
Browse files Browse the repository at this point in the history
The previously used gitlab repo seems to be private now so switched
to Flake's Github repo.
  • Loading branch information
mcantelon committed Jan 13, 2023
1 parent d592aea commit d07b15c
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 @@ -5,7 +5,7 @@ repos:
- id: black
args: [--safe, --quiet]
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.8.3
hooks:
- id: flake8
Expand Down

0 comments on commit d07b15c

Please sign in to comment.