Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
- [github.com/pylint-dev/pylint: v3.0.2 → v3.0.1](pylint-dev/pylint@v3.0.2...v3.0.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.3...v0.1.5)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 2ad4543 commit b1fa24d
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.0
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.1
hooks:
- id: pylint
args: [src, tests, server.py, client.py]
stages: [pre-push]

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

0 comments on commit b1fa24d

Please sign in to comment.