From b703761c0708020ee1aeaa199e284272bb5fb411 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:35:03 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.8.6) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a31adb9..5b000f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.6 hooks: - id: ruff args: [ --fix ] From 637a8149dba3d525288ec06251059f860ca458f0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:35:15 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit/version_check.py | 2 +- docs/conf.py | 2 +- sphinx_multiversion/__init__.py | 2 +- sphinx_multiversion/__main__.py | 2 +- sphinx_multiversion/git.py | 2 +- sphinx_multiversion/main.py | 2 +- sphinx_multiversion/sphinx.py | 2 +- tests/__init__.py | 2 +- tests/test_sphinx.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit/version_check.py b/.pre-commit/version_check.py index 49d2cd7..10559f6 100755 --- a/.pre-commit/version_check.py +++ b/.pre-commit/version_check.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/docs/conf.py b/docs/conf.py index e682d6e..7b5e408 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/sphinx_multiversion/__init__.py b/sphinx_multiversion/__init__.py index d65cede..0a79d01 100644 --- a/sphinx_multiversion/__init__.py +++ b/sphinx_multiversion/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/sphinx_multiversion/__main__.py b/sphinx_multiversion/__main__.py index 066686e..b99d1a4 100755 --- a/sphinx_multiversion/__main__.py +++ b/sphinx_multiversion/__main__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/sphinx_multiversion/git.py b/sphinx_multiversion/git.py index 2eac307..6c0383c 100644 --- a/sphinx_multiversion/git.py +++ b/sphinx_multiversion/git.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/sphinx_multiversion/main.py b/sphinx_multiversion/main.py index a287aec..421c859 100644 --- a/sphinx_multiversion/main.py +++ b/sphinx_multiversion/main.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/sphinx_multiversion/sphinx.py b/sphinx_multiversion/sphinx.py index dbdbd92..76ca000 100644 --- a/sphinx_multiversion/sphinx.py +++ b/sphinx_multiversion/sphinx.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/__init__.py b/tests/__init__.py index f275354..5a7fd68 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/test_sphinx.py b/tests/test_sphinx.py index 09a4596..8e55276 100644 --- a/tests/test_sphinx.py +++ b/tests/test_sphinx.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Jan Holthuis +# Copyright (c) 2025 Jan Holthuis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: