@@ -10,12 +10,8 @@ keywords = [
1010 " gitguardian" ,
1111]
1212readme = " README.md"
13- authors = [
14- {name = " GitGuardian" , email = " support@gitguardian.com" },
15- ]
16- maintainers = [
17- {name = " GitGuardian" , email = " support@gitguardian.com" },
18- ]
13+ authors = [{ name = " GitGuardian" , email = " support@gitguardian.com" }]
14+ maintainers = [{ name = " GitGuardian" , email = " support@gitguardian.com" }]
1915classifiers = [
2016 " Development Status :: 5 - Production/Stable" ,
2117 " Intended Audience :: Developers" ,
@@ -32,7 +28,7 @@ classifiers = [
3228 " Operating System :: OS Independent" ,
3329 " Topic :: Security" ,
3430]
35- license = {text = " MIT" }
31+ license = { text = " MIT" }
3632requires-python = " >=3.9"
3733dependencies = [
3834 " platformdirs~=3.0.0" ,
@@ -42,7 +38,7 @@ dependencies = [
4238 " marshmallow~=3.18.0" ,
4339 " marshmallow-dataclass~=8.5.8" ,
4440 " oauthlib~=3.2.1" ,
45- " pygitguardian~=1.27 .0" ,
41+ " pygitguardian~=1.28 .0" ,
4642 " pyjwt~=2.6.0" ,
4743 " python-dotenv~=0.21.0" ,
4844 " pyyaml~=6.0.1" ,
@@ -91,11 +87,12 @@ lines_after_imports = 2
9187
9288[tool .coverage .report ]
9389exclude_lines = [
94- " @abstractmethod" ,
95- " if TYPE_CHECKING:" ,
96- " pragma: no cover" ,
97- " raise NotImplementedError" ,
98- " assert False" ]
90+ " @abstractmethod" ,
91+ " if TYPE_CHECKING:" ,
92+ " pragma: no cover" ,
93+ " raise NotImplementedError" ,
94+ " assert False" ,
95+ ]
9996omit = [" tests/*" ]
10097fail_under = 80
10198show_missing = true
@@ -146,6 +143,4 @@ dev = [
146143 " ipython>=8.12.3" ,
147144 " ipdb>=0.13.13" ,
148145]
149- standalone = [
150- " pyinstaller==6.7.0" ,
151- ]
146+ standalone = [" pyinstaller==6.7.0" ]
0 commit comments