Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
7a3ad56b0a
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/pylint: v3.2.5 → v3.2.6](https://github.com/pycqa/pylint/compare/v3.2.5...v3.2.6)
2024-07-22 22:57:17 +00:00
a106856fb6
Merge pull request #51 from jepler/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-07-09 21:18:58 -05:00

View file

@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/pylint
rev: v3.2.5
rev: v3.2.6
hooks:
- id: pylint
name: lint (examples)