plain.code 0.20.0__tar.gz → 0.20.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {plain_code-0.20.0 → plain_code-0.20.1}/PKG-INFO +3 -3
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/CHANGELOG.md +10 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/README.md +2 -2
- {plain_code-0.20.0 → plain_code-0.20.1}/pyproject.toml +1 -1
- {plain_code-0.20.0 → plain_code-0.20.1}/.gitignore +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/LICENSE +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/README.md +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/__init__.py +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/annotations.py +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/biome.py +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/biome_defaults.json +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/cli.py +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/entrypoints.py +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/ruff_defaults.toml +0 -0
- {plain_code-0.20.0 → plain_code-0.20.1}/plain/code/skills/plain-fix/SKILL.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plain.code
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.1
|
|
4
4
|
Summary: Preconfigured code formatting and linting.
|
|
5
5
|
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
- [`plain fix`](#plain-fix)
|
|
23
23
|
- [`plain code check`](#plain-code-check)
|
|
24
24
|
- [`plain code annotations`](#plain-code-annotations)
|
|
25
|
-
- [
|
|
25
|
+
- [Settings](#settings)
|
|
26
26
|
- [FAQs](#faqs)
|
|
27
27
|
- [Installation](#installation)
|
|
28
28
|
|
|
@@ -106,7 +106,7 @@ You can also output the results as JSON for use in CI or other tools:
|
|
|
106
106
|
plain code annotations --json
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
##
|
|
109
|
+
## Settings
|
|
110
110
|
|
|
111
111
|
Default configuration is provided by [`ruff_defaults.toml`](./ruff_defaults.toml) and [`biome_defaults.json`](./biome_defaults.json).
|
|
112
112
|
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# plain-code changelog
|
|
2
2
|
|
|
3
|
+
## [0.20.1](https://github.com/dropseed/plain/releases/plain-code@0.20.1) (2026-01-28)
|
|
4
|
+
|
|
5
|
+
### What's changed
|
|
6
|
+
|
|
7
|
+
- Added Settings section to README ([803fee1ad5](https://github.com/dropseed/plain/commit/803fee1ad5))
|
|
8
|
+
|
|
9
|
+
### Upgrade instructions
|
|
10
|
+
|
|
11
|
+
- No changes required.
|
|
12
|
+
|
|
3
13
|
## [0.20.0](https://github.com/dropseed/plain/releases/plain-code@0.20.0) (2026-01-17)
|
|
4
14
|
|
|
5
15
|
### What's changed
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
- [`plain fix`](#plain-fix)
|
|
8
8
|
- [`plain code check`](#plain-code-check)
|
|
9
9
|
- [`plain code annotations`](#plain-code-annotations)
|
|
10
|
-
- [
|
|
10
|
+
- [Settings](#settings)
|
|
11
11
|
- [FAQs](#faqs)
|
|
12
12
|
- [Installation](#installation)
|
|
13
13
|
|
|
@@ -91,7 +91,7 @@ You can also output the results as JSON for use in CI or other tools:
|
|
|
91
91
|
plain code annotations --json
|
|
92
92
|
```
|
|
93
93
|
|
|
94
|
-
##
|
|
94
|
+
## Settings
|
|
95
95
|
|
|
96
96
|
Default configuration is provided by [`ruff_defaults.toml`](./ruff_defaults.toml) and [`biome_defaults.json`](./biome_defaults.json).
|
|
97
97
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|