Skip to content

Commit

Permalink
pre-commit autoupdate & flake8 manual update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Nov 19, 2022
1 parent 57de079 commit f0605c2
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,7 +4,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -16,14 +16,14 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/python/black
rev: 21.12b0
rev: 22.10.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/fsfe/reuse-tool
rev: v0.13.0
rev: v1.0.0
hooks:
- id: reuse

0 comments on commit f0605c2

Please sign in to comment.