Skip to content

Commit c61a0bd

Browse files
committed
Upgrade pylint version
Causing some `pre-commit` issues. Also adding common virtual environments to the .gitignore
1 parent 06038e9 commit c61a0bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ bundles
1616
dist
1717
**/*.egg-info
1818
.vscode
19+
venv
20+
env
21+
.venv

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v2.17.4
21+
rev: v3.0.4
2222
hooks:
2323
- id: pylint
2424
name: pylint (library code)

0 commit comments

Comments
 (0)