From 951b20e7797216fafa56ef6b87360d3d685b8ab9 Mon Sep 17 00:00:00 2001 From: Ross Spencer Date: Tue, 30 Jan 2024 17:34:06 +0100 Subject: [PATCH] Update dependencies and run linting --- .pylintrc | 3 +++ docs/index.html | 2 +- docs/template/index.html | 2 +- docs/template/template.html | 2 +- requirements/local.txt | 8 ++++---- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.pylintrc b/.pylintrc index 18000aa..49171fd 100644 --- a/.pylintrc +++ b/.pylintrc @@ -20,6 +20,9 @@ ignore-patterns= ^(.+).yml, ^(.+).yaml, ^(.+).toml, + ^(.+).html, + ^(.+).htm, + ^(.+).svg, ^\., ignore-paths= diff --git a/docs/index.html b/docs/index.html index 45350b3..ca79959 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,4 +57,4 @@

Index

Generated by pdoc 0.10.0.

- \ No newline at end of file + diff --git a/docs/template/index.html b/docs/template/index.html index 3044c65..e13906c 100644 --- a/docs/template/index.html +++ b/docs/template/index.html @@ -62,4 +62,4 @@

Index

Generated by pdoc 0.10.0.

- \ No newline at end of file + diff --git a/docs/template/template.html b/docs/template/template.html index c22f9e6..f76c6d6 100644 --- a/docs/template/template.html +++ b/docs/template/template.html @@ -120,4 +120,4 @@

Index

Generated by pdoc 0.10.0.

- \ No newline at end of file + diff --git a/requirements/local.txt b/requirements/local.txt index 95f4a35..988c094 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,8 +2,8 @@ -r requirements.txt pdoc3==0.10.0 -pre-commit==3.3.2 +pre-commit==3.6.0 pip-upgrader==1.4.15 -pylint==2.17.4 -pytest==7.3.1 -tox==4.5.2 +pylint==3.0.3 +pytest==8.0.0 +tox==4.12.1