Skip to content

Commit e1620da

Browse files
Housekeeping (HarryMWinters#16) 🧹
- Add .env file to .gitignore. - Update pre-commit-config. - Add v0.0.6 specifier in pyproject.
1 parent 972d256 commit e1620da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.vscode
22
.task
33
scratch.py
4+
.env
45

56
# Sphinx docs
67
docs/_build

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
language_version: python3.8
1515

1616
- repo: https://github.com/timothycrosley/isort
17-
rev: 5.9.2
17+
rev: 5.9.3
1818
hooks:
1919
- id: isort
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-oidc"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "A simple library for parsing and verifying externally issued OIDC ID tokens in fastapi."
55
authors = ["HarryMWinters <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)