Remove spurious changes
This commit is contained in:
parent
16dfa9f713
commit
73374ba65e
|
@ -55,10 +55,6 @@ If you're using tools that understand `.python-version` files like [*pyenv*](htt
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
For our [Pyright](https://github.com/microsoft/pyright) tests, you also need working [Node.js](https://nodejs.org/) and [*npm*](https://www.npmjs.com) installations.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Then, [fork](https://github.com/python-attrs/attrs/fork) the repository on GitHub.
|
Then, [fork](https://github.com/python-attrs/attrs/fork) the repository on GitHub.
|
||||||
|
|
||||||
Clone the fork to your computer:
|
Clone the fork to your computer:
|
||||||
|
|
|
@ -20,4 +20,3 @@ attrs.docset
|
||||||
attrs.tgz
|
attrs.tgz
|
||||||
Justfile
|
Justfile
|
||||||
t.py
|
t.py
|
||||||
node_modules
|
|
||||||
|
|
|
@ -1,40 +0,0 @@
|
||||||
{
|
|
||||||
"name": "attrs",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"dependencies": {
|
|
||||||
"pyright": "^1.1.323"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/fsevents": {
|
|
||||||
"version": "2.3.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
||||||
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
||||||
"hasInstallScript": true,
|
|
||||||
"optional": true,
|
|
||||||
"os": [
|
|
||||||
"darwin"
|
|
||||||
],
|
|
||||||
"engines": {
|
|
||||||
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/pyright": {
|
|
||||||
"version": "1.1.323",
|
|
||||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.323.tgz",
|
|
||||||
"integrity": "sha512-H6CnGjaL/2lJJPFcV4G0zFP7s7jJPzVsPhQnbnS9m6JWJpb7OssX7y94icPpnZs4574oHergGH2zLvF8OZp5ag==",
|
|
||||||
"bin": {
|
|
||||||
"pyright": "index.js",
|
|
||||||
"pyright-langserver": "langserver.index.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12.0.0"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
|
||||||
"fsevents": "~2.3.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"pyright": "^1.1.323"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue