Skip to content

Commit

Permalink
Merge pull request #18 from ZLLentz/maint_precommit_github
Browse files Browse the repository at this point in the history
MAINT: switch both references from gitlab to github
  • Loading branch information
klauer authored Nov 16, 2022
2 parents 0b41c4f + fe367d6 commit 4995887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
exclude: '^(conda-recipe/meta.yaml)$'
- id: debug-statements

- repo: https://gitlab.com/pycqa/flake8.git
- repo: https://github.com/pycqa/flake8.git
rev: 3.7.9
hooks:
- id: flake8
Expand Down
2 changes: 1 addition & 1 deletion forPythonRepos/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
exclude: '^(conda-recipe/meta.yaml)$'
- id: debug-statements

- repo: https://gitlab.com/pycqa/flake8.git
- repo: https://github.com/pycqa/flake8.git
rev: 3.7.9
hooks:
- id: flake8
Expand Down

0 comments on commit 4995887

Please sign in to comment.