mirror of
https://github.com/trycua/computer.git
synced 2025-12-30 18:09:55 -06:00
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files - Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores - Add Prettier setup and usage instructions to Development.md - Include pnpm install instructions for JS/TS dependencies - Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
25 lines
452 B
YAML
25 lines
452 B
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
.:
|
|
devDependencies:
|
|
prettier:
|
|
specifier: ^3.6.2
|
|
version: 3.6.2
|
|
|
|
packages:
|
|
prettier@3.6.2:
|
|
resolution:
|
|
{
|
|
integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
|
|
}
|
|
engines: { node: '>=14' }
|
|
hasBin: true
|
|
|
|
snapshots:
|
|
prettier@3.6.2: {}
|