-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed frontend and foxx directories * Added database parameters * Fixes after review * Post running black * Post flake8 on directory * Reformatted arangopipe_admin_api.py * Removed config * Reformatted * Cleaned code * Remove config-related code * Removed arangopipe-admin * Added arangopipe_test and pre-commit * adds graph privisioning during init * updates tests * adds empty cursor check * adds cursor none check * adds cursor check * removes redundant graph assignment * formatting code * formatting code * formatting code * cursor validation * cursor validation * Revert "cursor validation" This reverts commit 99be866. * Revert "cursor validation" This reverts commit 0b52ef3. * Revert "formatting code" This reverts commit 96cb827. * Revert "formatting code" This reverts commit e5f450f. * reverts to previous commit * reverts to previous commit Co-authored-by: Chris Woodward <[email protected]>
- Loading branch information
Showing
1,266 changed files
with
1,674 additions
and
363,625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.2.0 | ||
hooks: | ||
- id: check-merge-conflict | ||
- repo: https://github.com/PyCQA/isort | ||
rev: 5.10.1 | ||
hooks: | ||
- id: isort | ||
- repo: https://github.com/psf/black | ||
rev: 22.10.0 | ||
hooks: | ||
- id: black | ||
args: | ||
- -l 88 | ||
- repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: "v0.990" | ||
hooks: | ||
- id: mypy | ||
additional_dependencies: [types-requests] | ||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 5.0.4 | ||
hooks: | ||
- id: flake8 | ||
args: | ||
- "--max-line-length=88" | ||
- "--ignore=E203, W503, E251" | ||
- repo: https://github.com/PyCQA/bandit | ||
rev: 1.7.4 | ||
hooks: | ||
- id: bandit | ||
exclude: ^tests/ |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.