Update pre-commut hooks

This commit is contained in:
Alec Delaney 2024-01-08 22:30:33 -05:00
parent 52fe4ee703
commit 43d993d335

View file

@ -4,21 +4,21 @@
repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python/black
rev: 23.7.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pycqa/pylint
rev: v2.17.4
rev: v3.0.3
hooks:
- id: pylint
name: pylint