Skip to content

Commit

Permalink
clean up dev dependencies (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hille721 committed Oct 19, 2024
1 parent eed1e24 commit 4baa7dc
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 207 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ updates:
directory: /
schedule:
day: saturday
interval: weekly
interval: monthly
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
day: saturday
interval: weekly
interval: monthly
labels:
- "dependencies"
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ repos:
rev: 0.4.10
hooks:
- id: uv-lock

# as soon as https://github.com/astral-sh/uv-pre-commit/pull/18 gets merged, we can use the following hook
# - id: uv-export
# args: ["--frozen", "--no-hashes", "-o=requirements-dev.txt"]
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ known-first-party = ["ansible_variables"]
[tool.uv]
dev-dependencies = [
"mdformat>=0.7.17",
"pre-commit>=3.5.0",
"pylint>=3.2.7",
"pytest >=8.1.1,<9",
"ruff>=0.6.5",
Expand Down
48 changes: 0 additions & 48 deletions requirements-dev.txt

This file was deleted.

Loading

0 comments on commit 4baa7dc

Please sign in to comment.