Maximally-strict ruff + pyright + ESLint configs for sarj-ai Python/TypeScript projects.
Project description
sarj-lint-configs
Ships the maximally-strict ruff / pyright / ESLint configs from sarj-ai/standards as a pip-installable package.
uv add --dev sarj-lint-configs
uv run sarj-lint-configs sync --only ruff # writes .ruff-strict.toml
uv run sarj-lint-configs sync --only pyright # writes .pyright-strict.json
uv run sarj-lint-configs sync --only eslint # writes eslint.strict.mjs
Then reference the synced file:
# pyproject.toml
[tool.ruff]
extend = ".ruff-strict.toml"
// pyrightconfig.json
{ "extends": ".pyright-strict.json" }
// eslint.config.mjs
import strict from "./eslint.strict.mjs";
export default [...strict];
Re-run sync with --force after upgrading. Programmatic access via from sarj_lint_configs import RUFF_STRICT, PYRIGHT_STRICT, ESLINT_STRICT (returns pathlib.Path into the wheel).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sarj_lint_configs-0.3.0.tar.gz.
File metadata
- Download URL: sarj_lint_configs-0.3.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f56d39ad73ff1857f264f1375e9acc1608309aad921671f21eb6200c56bf3cf2
|
|
| MD5 |
8cd4408fb942f413385d4a94d40d6617
|
|
| BLAKE2b-256 |
955191fed4dba0848a72925c1830e3d933973091a191321d887cbd1b6bbfeb69
|
File details
Details for the file sarj_lint_configs-0.3.0-py3-none-any.whl.
File metadata
- Download URL: sarj_lint_configs-0.3.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da8bacc3b9bf2cd4e202693d109c115b706c44c04c3fcd254a25ca7e7e42b3df
|
|
| MD5 |
8fbbef606864418219ae701d68cd5158
|
|
| BLAKE2b-256 |
b8dfe1f1ca36bb16d7faff491cc076d0f5fc4056f2279c5a1955c867828dd6af
|