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

Commit

Permalink
Merge pull request #352 from facebookresearch/samvelyan/flake8
Browse files Browse the repository at this point in the history
Fixing flake8 repo link in pre-commit hook
  • Loading branch information
samvelyan committed Jan 3, 2023
2 parents 77f23cf + e65e62c commit 4f5b57e
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 4f5b57e

Please sign in to comment.