Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Tekktrik <tekktrik@gmail.com>
  • Loading branch information
tekktrik committed May 10, 2023
1 parent 5a89c94 commit da7c017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -4,21 +4,21 @@

repos:
- repo: https://github.com/python/black
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/fsfe/reuse-tool
rev: v0.14.0
rev: v1.1.2
hooks:
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/pylint
rev: v2.15.5
rev: v2.17.4
hooks:
- id: pylint
name: pylint (library code)
Expand Down

0 comments on commit da7c017

Please sign in to comment.