Skip to content

Commit

Permalink
Upgrade all the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Jan 10, 2024
1 parent 2f3d8cb commit 1641b14
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 163 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: "^tests/test_rules/"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-yaml
- id: check-json
Expand All @@ -12,17 +12,17 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: "v3.9.0"
rev: "v3.12.0"
hooks:
- id: reorder-python-imports
args:
- "--py37-plus"
- "--py38-plus"
- repo: https://github.com/psf/black
rev: "22.12.0"
rev: "23.12.1"
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: "5.0.4"
rev: "7.0.0"
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
Loading

0 comments on commit 1641b14

Please sign in to comment.