-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (redirect): Create contact to reduce latency (#91)
* WIP * Redirect without auth * Redirect * Integration changes * Code Review comments and adding in the Rules Consent id * black * Adding some more embedded data * Adding more embedded data and properly formatting the time * Removing a dep i didnt need * formatting * Days not minutes
- Loading branch information
1 parent
4df68f2
commit 66e36e9
Showing
6 changed files
with
403 additions
and
29 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 22.3.0 # Update with 'pre-commit autoupdate' | ||
rev: 24.1.1 # Update with 'pre-commit autoupdate' | ||
hooks: | ||
- id: black | ||
|
||
- repo: https://github.com/PyCQA/bandit | ||
rev: 1.7.4 | ||
rev: 1.7.7 | ||
hooks: | ||
- id: bandit | ||
exclude: tests |
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.