Merge pull request #27 from jepler/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Jeff Epler 2022-12-05 21:48:21 -06:00 committed by GitHub
commit be9017615f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
rev: v1.1.0
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: v2.15.6
rev: v2.15.8
hooks:
- id: pylint
name: lint (examples)