Skip to content

Commit

Permalink
ci: update pre-commit hooks to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Feb 28, 2022
1 parent de74b5a commit b190a1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.1.0
hooks:
- id: black
language_version: python3

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 4.0.1
hooks:
- id: flake8
language_version: python3

- repo: https://github.com/pycqa/isort
rev: 5.7.0
rev: 5.10.1
hooks:
- id: isort
# extra dependencies for config in pyproject.toml
additional_dependencies: [".[pyproject]"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit b190a1a

Please sign in to comment.