This is a header file that includes every standard library. It is primarily used for competitive programming.
Platform | Status |
---|---|
macOS | ✅ |
stackoverflow issue: https://stackoverflow.com/q/72528606/22440363
$ docker ps
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json": dial unix /var/run/docker.sock: connect: permission denied
FIX
sudo addgroup --system docker
[tool.black] | |
line-length = 88 | |
target-version = ['py310'] | |
include = '\.pyi?$' | |
exclude = ''' | |
/( | |
\.git | |
| \.hg | |
| \.mypy_cache | |
| \.tox |
[metadata] | |
name = | |
version = | |
author = AppleBoiy | |
long_description = file: .github/README.md | |
long_description_content_type = text/markdown | |
url = | |
classifiers = | |
Development Status :: | |
Intended Audience :: Developers |
[pylint] | |
disable = C0103, C0114, C0115, C0116, C0301, E0401, E0611, W0621 | |
[MESSAGES CONTROL] | |
disable = missing-module-docstring |
pytest | |
pytest-cov | |
pylint | |
flake8 | |
black |