Compare commits

...

4 commits

Author SHA1 Message Date
pre-commit-ci[bot]
174acc986f
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/pylint: v3.2.2 → v3.2.3](https://github.com/pycqa/pylint/compare/v3.2.2...v3.2.3)
2024-06-10 22:53:28 +00:00
98a343a738
Merge pull request #48 from jepler/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-06-03 19:54:35 -05:00
pre-commit-ci[bot]
e10d32198a
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/fsfe/reuse-tool: v3.0.2 → v3.1.0a1](https://github.com/fsfe/reuse-tool/compare/v3.0.2...v3.1.0a1)
2024-06-03 22:38:14 +00:00
f3e0bc8266
Merge pull request #47 from jepler/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-05-21 06:32:08 -04:00

View file

@ -8,7 +8,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v3.1.0a1
hooks:
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/pylint
rev: v3.2.2
rev: v3.2.3
hooks:
- id: pylint
name: lint (examples)