Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:

# Automatically sort python imports
- repo: https://github.com/PyCQA/isort
rev: 9.0.0a3
rev: 9.0.0b1
hooks:
- id: isort
args: [--profile, black]
Expand All @@ -35,7 +35,7 @@ repos:

# Check python code static typing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v2.1.0
rev: v2.3.0
hooks:
- id: mypy
args: [--config, ./mypy.ini]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.3
rev: v3.9.6
hooks:
- id: prettier

Expand All @@ -78,15 +78,15 @@ repos:

# Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint
rev: v2.14.0
rev: v2.15.1
hooks:
- id: hadolint-docker
entry: hadolint/hadolint:v2.12.1-beta hadolint

# Lint: Dockerfile
# We're linting .dockerfile files as well
- repo: https://github.com/hadolint/hadolint
rev: v2.14.0
rev: v2.15.1
hooks:
- id: hadolint-docker
name: Lint *.dockerfile Dockerfiles
Expand Down Expand Up @@ -124,7 +124,7 @@ repos:

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.48.0
rev: v0.49.1
hooks:
- id: markdownlint
args: ["--fix"]
Expand Down