Skip to content

Commit

Permalink
ci: removed pre-commit to only use ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 15, 2024
1 parent cf596fa commit 24e391c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .pre-commit-config.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repository = "https://github.com/HLasse/textdescriptives"
documentation = "https://hlasse.github.io/TextDescriptives/"

[project.optional-dependencies]
style = ["black==24.1.1", "pre-commit==3.6.0", "ruff==0.1.15", "mypy==1.8.0"]
style = ["ruff==0.1.15"]
tests = ["pytest>=7.1.3", "pytest-cov>=3.0.0", "pytest-xdist"]
docs = [
"pydantic==2.1",
Expand Down Expand Up @@ -117,7 +117,7 @@ build_command = "python -m pip install build; python -m build"
exclude = [".venv", ".env", ".git", "__pycache__"]

[tool.ruff.lint]
select = ["UP", "I", "COM"]
select = ["UP", "I"]

[tool.ruff.lint.isort]
required-imports = ["from __future__ import annotations"]
Expand Down

0 comments on commit 24e391c

Please sign in to comment.