We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0aa2f commit 5b9a88fCopy full SHA for 5b9a88f
.pre-commit-config.yaml
@@ -2,15 +2,15 @@ exclude: '.bumpversion.cfg$'
2
repos:
3
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-yaml
8
- id: end-of-file-fixer
9
exclude: 'lib/pytest-lsp/pytest_lsp/clients/.*\.json'
10
- id: trailing-whitespace
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.13.1
+ rev: v0.14.1
14
15
- id: ruff
16
args: [--fix]
@@ -20,7 +20,7 @@ repos:
20
files: 'lib/.*\.py'
21
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: 'v1.16.0'
+ rev: 'v1.18.2'
24
25
- id: mypy
26
name: mypy (pytest-lsp)
0 commit comments