From 656bf19b4132d9ed258e06342481d4226d019d13 Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Mon, 25 Nov 2024 11:18:03 +0100 Subject: [PATCH] Add types-pyjks --- LICENSE | 2 +- pyproject.toml | 5 ----- requirements.txt | 3 ++- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 10e1738..76b19ba 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Alban Diquet +Copyright (c) 2024 Alban Diquet Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 5c3d450..6dbd43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,2 @@ [tool.ruff] line-length = 120 - -[[tool.mypy.overrides]] -module = "jks.*" -ignore_missing_imports = true - diff --git a/requirements.txt b/requirements.txt index e40712e..496a5f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ types-PyYAML pytest ruff==0.8.0 invoke -types-beautifulsoup4 \ No newline at end of file +types-beautifulsoup4 +types-pyjks \ No newline at end of file