Skip to content

Commit

Permalink
Merge pull request #81 from lnxpy/development
Browse files Browse the repository at this point in the history
flake repo changed from gitlab to github in pre-commit configs
  • Loading branch information
lnxpy authored Aug 16, 2022
2 parents 4d4140c + b61eac8 commit bcddb96
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# See https://pre-commit.com for more information
default_language_version:
# default language version for each language used in the repository
python: python3.10.4
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
# See https://pre-commit.com/hooks.html for more hooks
- id: end-of-file-fixer
- id: name-tests-test
args: [ "--django" ]
Expand All @@ -19,8 +14,8 @@ repos:
rev: 22.6.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit bcddb96

Please sign in to comment.