Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-shlomi committed Aug 21, 2023
1 parent f787346 commit fa06039
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ repos:
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
hooks:
- id: mypy
exclude: tests/.
additional_dependencies: ["types-PyYAML", "types-requests"]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ To override the default Frontegg authentication endpoint, you can set the `FRONT
If the variable is not set, the default value will be used.

To override Jit's API end point, you can set the `JIT_API_ENDPOINT` environment variable. If the variable is not set,
the default value will be used.
the default value will be used.

0 comments on commit fa06039

Please sign in to comment.