Compare commits
2 Commits
8194268ce1
...
45b6ccdf22
| Author | SHA1 | Date | |
|---|---|---|---|
|
45b6ccdf22
|
|||
|
0a80999ca7
|
6
.envrc
Normal file
6
.envrc
Normal file
@@ -0,0 +1,6 @@
|
||||
dotenv
|
||||
|
||||
export VIRTUAL_ENV=."venv"
|
||||
layout python
|
||||
|
||||
use flake
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.direnv
|
||||
.env
|
||||
.venv
|
||||
__pycache__
|
||||
|
||||
@@ -8,3 +8,6 @@ errornocord = "errornocord.main:main"
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["errornocord*"]
|
||||
|
||||
[tool.basedpyright]
|
||||
typeCheckingMode = "basic"
|
||||
|
||||
Reference in New Issue
Block a user