Skip to content

Commit

Permalink
feat: update get oauth kind link (#92)
Browse files Browse the repository at this point in the history
* feat: update get oauth kind link

* feat: add retrieve oauth link on scan target creation

* style: parse lint

* feat: add get oauth kind to scan target groups

* feat: split oauth_link retrieve from for groups and singles targets

* fix: running poetry lock
  • Loading branch information
epalhares-tenchi authored Jun 6, 2024
1 parent 57ce93c commit 0286bf9
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 306 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
args:
Expand All @@ -23,7 +23,7 @@ repos:
"--statistics"
]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
Expand Down
Loading

0 comments on commit 0286bf9

Please sign in to comment.