diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a31adb9a..5b000f2b 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 ] diff --git a/.pre-commit/version_check.py b/.pre-commit/version_check.py index 49d2cd7d..10559f63 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 e682d6e5..7b5e408c 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 d65cede1..0a79d014 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 066686e0..b99d1a49 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 2eac3072..6c0383cf 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 a287aec4..421c859f 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 dbdbd92c..76ca000c 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 f2753547..5a7fd68e 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 09a45968..8e552763 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: