Skip to content

Commit

Permalink
Update pre-commit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Apr 16, 2023
1 parent f0605c2 commit 49609e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
additional_dependencies:
- toml
- repo: https://github.com/python/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
rev: v1.1.2
hooks:
- id: reuse

0 comments on commit 49609e2

Please sign in to comment.