Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Jun 5, 2023
1 parent b8a4d6c commit ddadb9e
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 844 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages:
- push
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand All @@ -15,42 +15,42 @@ repos:
exclude: "\\.idea/(.)*"
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
args: [--config=./pyproject.toml]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies:
- "tomli"
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.4"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
exclude: docs
- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
exclude: "test_*"
args: ["-iii", "-ll", "-s=B308,B703"]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.34.0
hooks:
- id: markdownlint
args:
Expand All @@ -63,12 +63,12 @@ repos:
]
exclude: "CHANGELOG.md"
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
rev: v1.7.1
hooks:
- id: docformatter
args: [--in-place]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down Expand Up @@ -96,7 +96,7 @@ repos:
- id: flake8-markdown
exclude: "docs/docs/examples.md"
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
rev: v2.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Loading

0 comments on commit ddadb9e

Please sign in to comment.