Skip to content

Commit a1fbbf4

Browse files
committed
Merge branch 'feature/ruff-lint'
2 parents b3fcc57 + 96a2ebf commit a1fbbf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NOTE: `pip install` supports `--group` parameter since pip 25.1. Make sure you h
3737

3838
```toml
3939
[dependency-groups]
40-
dev_workspace = ["finecode==0.3.*", "fine_python_recommended==0.2.*"]
40+
dev_workspace = ["finecode==0.3.*", "fine_python_recommended==0.3.*"]
4141
```
4242

4343
For list of presets from FineCode authors see 'Presets' section below.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "fine_python_ruff"
3-
version = "0.2.0"
3+
version = "0.1.0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "[email protected]" }]
66
readme = "README.md"
77
requires-python = ">=3.11, < 3.14"
8-
dependencies = ["finecode_extension_api==0.3.*", "ruff (>=0.8.0,<1.0.0)"]
8+
dependencies = ["finecode_extension_api==0.3.*", "ruff (>=0.8.0,<1.0.0)"]

0 commit comments

Comments
 (0)