Skip to content

Commit

Permalink
Merge pull request #4 from sipist/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
flaviomartins authored Mar 3, 2025
2 parents 1aa8117 + d2b0c40 commit cab5f52
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 @@ -21,7 +21,7 @@ repos:

# Automatically sort python imports
- repo: https://github.com/PyCQA/isort
rev: 6.0.0
rev: 6.0.1
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: v1.14.1
rev: v1.15.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.4.2
rev: v3.5.3
hooks:
- id: prettier

Expand Down Expand Up @@ -118,7 +118,7 @@ repos:

# Lint: Python
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8

Expand Down

0 comments on commit cab5f52

Please sign in to comment.