Skip to content

Commit

Permalink
Update pre-commit hooks (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Sep 11, 2024
1 parent 0c75b1b commit c31a2eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -22,10 +23,10 @@ repos:
require_serial: true
- id: mypy
name: mypy
entry: poetry run mypy glocaltokens tests
entry: poetry run mypy
language: system
types: [python]
pass_filenames: false
require_serial: true
- id: flake8
name: flake8
entry: poetry run flake8
Expand All @@ -36,6 +37,7 @@ repos:
entry: poetry run pylint
language: system
types: [python]
require_serial: true
- id: pytest
name: pytest
language: system
Expand All @@ -49,7 +51,7 @@ repos:
pass_filenames: false
always_run: true
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/cdce8p/python-typing-update
Expand Down

0 comments on commit c31a2eb

Please sign in to comment.