We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06038e9 commit c61a0bdCopy full SHA for c61a0bd
.gitignore
@@ -16,3 +16,6 @@ bundles
16
dist
17
**/*.egg-info
18
.vscode
19
+venv
20
+env
21
+.venv
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/pylint
- rev: v2.17.4
+ rev: v3.0.4
22
hooks:
23
- id: pylint
24
name: pylint (library code)
0 commit comments