Skip to content

Commit

Permalink
Merge pull request #7 from hazzery/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
hazzery authored Dec 13, 2023
2 parents b9962f6 + 908adcb commit 9d122d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ repos:
- id: check-added-large-files

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.1
hooks:
- id: mypy
language_version: python3.12
args: [--strict, --ignore-missing-imports]

- repo: https://github.com/pylint-dev/pylint
rev: v3.0.2
rev: v3.0.3
hooks:
- id: pylint
args: [src, tests, server, client]
stages: [pre-push]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.7
hooks:
- id: ruff
stages: [pre-commit]
Expand Down

0 comments on commit 9d122d7

Please sign in to comment.