Skip to content

Commit

Permalink
fix: fix README link, add missing precommit config, bump ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Jan 9, 2025
1 parent 347cbb9 commit b505e7a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 21 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
hooks:
- id: ruff # linter
- id: ruff-format # formatter

- repo: local
hooks:
- id: mypy
name: mypy
entry: poetry run mypy .
language: system
types: [python]
require_serial: true
pass_filenames: false
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the [Argo Workflows Quickstart Guide](https://argo-workflows.readthedocs.io/en/l
Workflows running.

For remote clusters, it's best to consult the Argo
Workflows (Operator Manual)[https://argo-workflows.readthedocs.io/en/latest/installation/].
Workflows [Operator Manual](https://argo-workflows.readthedocs.io/en/latest/installation/).

**Argo CLI Tool.** You will also need to install the
[Argo CLI tool](https://argo-workflows.readthedocs.io/en/latest/walk-through/argo-cli/) to submit workflows.
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ torrentool = "^1.2.0"
pydantic = "^2.10.2"
pyyaml = "^6.0.2"
requests = "^2.32.3"
ruff = "^0.8.3"
ruff = "^0.8.6"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
Expand Down

0 comments on commit b505e7a

Please sign in to comment.