Skip to content

Commit 6bb822c

Browse files
committed
Merge remote-tracking branch 'github/main' into feat/separate-task-processor-database
2 parents 2b32dd2 + df9f9ee commit 6bb822c

File tree

4 files changed

+25
-26
lines changed

4 files changed

+25
-26
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.11.7
4+
rev: v0.11.9
55
hooks:
66
# Run the linter.
77
- id: ruff
88
args: [--fix]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/python-poetry/poetry
12-
rev: 2.1.2
12+
rev: 2.1.3
1313
hooks:
1414
- id: poetry-check
1515
- id: poetry-lock

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.EXPORT_ALL_VARIABLES:
22

3-
POETRY_VERSION ?= 2.1.2
3+
POETRY_VERSION ?= 2.1.3
44

55
COMPOSE_FILE ?= docker/docker-compose.local.yml
66
COMPOSE_PROJECT_NAME ?= flagsmith-common

poetry.lock

Lines changed: 21 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pytest-django = "^4.10.0"
7676
pytest-freezegun = "^0.4.2"
7777
pytest-httpserver = "^1.1.3"
7878
pytest-mock = "^3.14.0"
79-
ruff = "*"
79+
ruff = "==0.11.9"
8080
setuptools = "^77.0.3"
8181
types-simplejson = "^3.20.0.20250326"
8282

0 commit comments

Comments
 (0)