Skip to content

Commit

Permalink
Merge pull request #31 from dutta-alankar/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
dutta-alankar authored Apr 28, 2024
2 parents dbd2759 + 1c09d88 commit 106e5bf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: no-commit-to-branch
- id: debug-statements
Expand All @@ -16,7 +16,7 @@ repos:
- id: check-toml

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.9.0
hooks:
- id: mypy
pass_filenames: false
Expand All @@ -25,25 +25,25 @@ repos:
additional_dependencies: [types-requests >= 2.28.0]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.3.0
hooks:
- id: black
language_version: python3.10

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
rev: v0.3.5
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
rev: v2.13.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']

- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.8.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down
Loading

0 comments on commit 106e5bf

Please sign in to comment.