Skip to content

Commit a8cf7b0

Browse files
committed
fine_python_format v0.3.0, fine_python_lint v0.3.0, fine_python_recommended v0.3.0
1 parent 9db4683 commit a8cf7b0

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

finecode_dev_common_preset/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">=3.11, < 3.14"
88
dependencies = [
99
"fine_python_aksem @ git+https://github.com/Aksem/fine_python_aksem.git",
10-
"fine_python_recommended==0.2.*",
10+
"fine_python_recommended==0.3.*",
1111
]
1212

1313
[tool.setuptools.package-data]

finecode_dev_common_preset/src/finecode_dev_common_preset/preset.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ presets = [
44
{ source = "fine_python_aksem" },
55
]
66

7-
[[tool.finecode.action_handler]]
8-
source = "fine_python_black.BlackFormatHandler"
9-
config.preview = true
10-
117
# in development finecode can only be started with local version of finecode_extension_runner,
128
# otherwise version conflict occurs, because versions of finecode and
139
# finecode_extension_runner must match

presets/fine_python_format/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fine_python_format"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "[email protected]" }]
66
readme = "README.md"

presets/fine_python_lint/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fine_python_lint"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "[email protected]" }]
66
readme = "README.md"

presets/fine_python_recommended/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "fine_python_recommended"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "[email protected]" }]
66
readme = "README.md"
77
requires-python = ">=3.11, < 3.14"
8-
dependencies = ["fine_python_format==0.2.*", "fine_python_lint==0.2.*"]
8+
dependencies = ["fine_python_format==0.3.*", "fine_python_lint==0.3.*"]
99

1010
[build-system]
1111
requires = ["setuptools>=64"]

0 commit comments

Comments
 (0)