Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Fixing flake8 repo link in pre-commit hook
Browse files Browse the repository at this point in the history
flake8 has been moved from gitlab to github.
  • Loading branch information
samvelyan authored Dec 28, 2022
1 parent 77f23cf commit e65e62c
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 @@ -4,7 +4,7 @@ repos:
hooks:
- id: black
language_version: python3.8
- 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 e65e62c

Please sign in to comment.