Skip to content

Commit 6e6f9f8

Browse files
committed
Avoid a duplicate prop
1 parent d94e1f9 commit 6e6f9f8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.11.8"
22+
rev: "v0.11.9"
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: "v2.0.0-beta.2"
28+
rev: "v2.0.0-beta.3"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.0-beta.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.0-beta.3/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

src/overrides.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@
252252
}
253253

254254
.resize-cursor {
255-
cursor: ew-resize;
256255
cursor: col-resize;
257256
}
258257

0 commit comments

Comments
 (0)