Skip to content

Commit 2c03401

Browse files
authored
Merge pull request #55 from max-pfeiffer/bugfix/image-publish
Downgrading click as they broke the flag handling
2 parents 732f51f + 04a3a45 commit 2c03401

File tree

5 files changed

+169
-220
lines changed

5 files changed

+169
-220
lines changed

.github/actions/setup-environment/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
required: false
99
poetry-version:
1010
description: The Poetry version to install and use
11-
default: "2.1.1"
11+
default: "2.1.3"
1212
required: false
1313

1414
runs:

.pre-commit-config.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,10 @@ repos:
66
- id: check-merge-conflict
77
- id: detect-private-key
88
- id: check-added-large-files
9-
- repo: local
9+
- repo: https://github.com/astral-sh/ruff-pre-commit
10+
rev: v0.12.1
1011
hooks:
1112
- id: ruff
12-
name: ruff
13-
entry: ruff check
14-
language: python
15-
types_or: [python, pyi]
16-
args: ["--fix", "--config", "pyproject.toml", "build", "tests"]
17-
require_serial: true
13+
args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml", "build", "tests"]
1814
- id: ruff-format
19-
name: ruff-format
20-
entry: ruff format
21-
language: python
22-
types_or: [python, pyi]
23-
args: ["--config", "pyproject.toml", "build", "tests"]
24-
require_serial: true
15+
args: ["--config", "pyproject.toml", "build", "tests"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for a plugin.
4242

4343
## Rust Websocket Rcon
4444
If you want to connect to [Rust](https://rust.facepunch.com/) server console or want to check on the server statistics,
45-
check out my [Rust Websocket RCon client](https://github.com/max-pfeiffer/rust-web-rcon) companion project.
45+
check out my [Rust Websocket Rcon client](https://github.com/max-pfeiffer/rust-web-rcon) companion project.
4646
I provide a Docker container with [Facepunch's websocket Rcon client](https://github.com/Facepunch/webrcon).
4747
This is already integrated in the docker compose examples.
4848

0 commit comments

Comments
 (0)