From 58bad844f4721f6b883264fa62ac1db8ecaec25b Mon Sep 17 00:00:00 2001 From: Alex Band Date: Tue, 2 Jul 2024 22:21:18 +0200 Subject: [PATCH] Linting --- .gitignore | 2 +- .readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 98250b19..de48cd66 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ target/ tmp work examples/openid_connect_mock.rs -/doc/manual/build/ \ No newline at end of file +/doc/manual/build/ diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4bdc1cca..433fc569 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,4 +23,4 @@ formats: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: doc/manual/source/requirements.txt \ No newline at end of file + - requirements: doc/manual/source/requirements.txt