Skip to content

Commit

Permalink
core: Fix ignorelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
GirlBossRush committed Jan 16, 2025
1 parent 6b36725 commit fe330fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ skip = [
"**/package-lock.json",
"authentik",
"schema.yml",
"schema.yaml",
"schema.json",
"./blueprints/schema.json",
"go.sum",
"cmd",
"internal",
Expand Down Expand Up @@ -148,7 +147,9 @@ kubernetes = "*"
ldap3 = "*"
lxml = "*"
msgraph-sdk = "*"
opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf", extras = ["reggie"] }
opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf", extras = [
"reggie",
] }
packaging = "*"
paramiko = "*"
psycopg = { extras = ["c"], version = "*" }
Expand Down

0 comments on commit fe330fd

Please sign in to comment.