Skip to content

Commit

Permalink
Fix pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Feb 8, 2023
1 parent d460561 commit 0520033
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
# https://pre-commit.com
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -29,10 +29,10 @@ repos:
- id: mypy
args:
- --ignore-missing-imports
- --install-types
- --non-interactive
additional_dependencies:
- types-requests

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand Down Expand Up @@ -67,15 +67,15 @@ repos:
- --profile=black

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3
args:
- --line-length=120

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
args:
Expand Down

0 comments on commit 0520033

Please sign in to comment.