OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
urllib3
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📄
.coveragerc
497 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
.eslintrc.yml
79 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
.github
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
.gitignore
85 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
.pre-commit-config.yaml
748 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
.readthedocs.yml
284 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
CHANGES.rst
63.78 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
5.1 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
LICENSE.txt
1.07 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
README.md
4.32 KB
06/17/2024 08:00:39 AM
rw-r--r--
📁
changelog
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📁
ci
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
dev-requirements.txt
853 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
docs
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📁
dummyserver
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
emscripten-requirements.txt
69 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
mypy-requirements.txt
194 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
notes
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
noxfile.py
10.55 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
pyproject.toml
4.07 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
setup.cfg
83 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
src
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📁
test
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
towncrier.toml
232 bytes
06/17/2024 08:00:39 AM
rw-r--r--
Editing: .pre-commit-config.yaml
Close
repos: - repo: https://github.com/asottile/pyupgrade rev: v3.3.1 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/psf/black rev: 23.1.0 hooks: - id: black args: ["--target-version", "py38"] - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [flake8-2020] - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.1.0" hooks: - id: prettier types_or: [javascript] - repo: https://github.com/pre-commit/mirrors-eslint rev: v8.53.0 hooks: - id: eslint args: ["--fix"]