Skip to content

Commit

Permalink
Update pre-commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal committed Feb 1, 2023
1 parent f10b674 commit 64e6977
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
Expand Up @@ -4,15 +4,15 @@ repos:
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -21,7 +21,7 @@ repos:
- "flake8-debugger==3.1.0"
- "flake8-mypy==17.8.0"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand Down

0 comments on commit 64e6977

Please sign in to comment.