Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: S. Co1 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and sco1 authored Feb 3, 2025
1 parent 72640e0 commit 994bd65
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 165 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort
Expand Down Expand Up @@ -35,6 +35,6 @@ repos:
- id: python-check-blanket-type-ignore
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [

readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down Expand Up @@ -40,11 +40,11 @@ bumper = "bumper.cli:bumper_cli"

[tool.uv]
dev-dependencies = [
"black~=24.10",
"black~=25.0",
"cogapp~=3.4",
"flake8~=7.1",
"flake8-annotations~=3.1",
"isort~=5.13",
"isort~=6.0",
"mypy~=1.11",
"pre-commit~=4.0",
"pytest~=8.3",
Expand Down
Loading

0 comments on commit 994bd65

Please sign in to comment.