summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-03 17:26:35 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-03 18:05:24 +0200
commitcb7e6f9ef7751261afeedf5c0c4b5c531f9a6c4a (patch)
tree8abf23d3bf178025dd296f7c63a0110ba03195fa /.pre-commit-config.yaml
parentb070b8b982fe067ec8e9c28b1926b71436b8bc85 (diff)
downloadpylint-git-cb7e6f9ef7751261afeedf5c0c4b5c531f9a6c4a.tar.gz
Add typing to ``test_self``
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c6d30a1a2..705906a84 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -109,7 +109,8 @@ repos:
types: [python]
args: []
require_serial: true
- additional_dependencies: ["platformdirs==2.2.0", "types-pkg_resources==0.1.3"]
+ additional_dependencies:
+ ["platformdirs==2.2.0", "types-pkg_resources==0.1.3", "py==1.11"]
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.0