Skip to content

Commit

Permalink
Merge pull request #239 from unixorn/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
unixorn authored Aug 30, 2024
2 parents 7060f18 + e6e8321 commit 54b723a
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 @@ -10,7 +10,7 @@ repos:
language: script

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand All @@ -24,7 +24,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.4
rev: v0.6.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -33,7 +33,7 @@ repos:
- id: ruff-format

- repo: https://github.com/pycqa/flake8
rev: '6.0.0'
rev: '7.1.1'
hooks:
- id: flake8

Expand All @@ -43,7 +43,7 @@ repos:
- id: doctoc

- repo: https://github.com/python-poetry/poetry
rev: "1.7.1"
rev: "1.8.0"
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit 54b723a

Please sign in to comment.