OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
chardet
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
📄
.git-blame-ignore-revs
84 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
.gitattributes
14 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📁
.github
-
08/01/2023 07:12:12 PM
rwxr-xr-x
📄
.gitignore
81 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
.pre-commit-config.yaml
820 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
.prospector.yaml
296 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
LICENSE
25.91 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
MANIFEST.in
195 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
NOTES.rst
3.68 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
README.rst
1.96 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
bench.py
4.79 KB
08/01/2023 07:12:12 PM
rw-r--r--
📁
chardet
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📄
convert_language_model.py
9.11 KB
08/01/2023 07:12:12 PM
rw-r--r--
📁
docs
-
08/01/2023 07:12:12 PM
rwxr-xr-x
📄
pyproject.toml
81 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
setup.cfg
1.55 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
test.py
7.95 KB
08/01/2023 07:12:12 PM
rw-r--r--
📁
tests
-
08/01/2023 07:12:12 PM
rwxr-xr-x
Editing: .pre-commit-config.yaml
Close
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: check-case-conflict - id: check-executables-have-shebangs - id: check-merge-conflict - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort args: ["--profile", "black"] name: isort (python) - repo: https://github.com/psf/black rev: 22.6.0 hooks: - id: black args: ["--target-version", "py36"] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.961 hooks: - id: mypy files: ^chardet/ args: ["--strict", "--pretty", "--show-error-codes"] - repo: https://github.com/PyCQA/prospector rev: 1.7.7 # The version of Prospector to use, if not 'master' for latest hooks: - id: prospector