Skip to content

Commit 83bb763

Browse files
committed
Merge branch 'release/1.1.0.0'
2 parents 60b6fc5 + 2055da3 commit 83bb763

File tree

6 files changed

+29
-26
lines changed

6 files changed

+29
-26
lines changed

.github/workflows/python-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ['3.10', '3.11', '3.12', '3.13']
18-
pandoc-version: ['3.5']
18+
pandoc-version: ['3.6']
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install Hatch
@@ -38,11 +38,11 @@ jobs:
3838
strategy:
3939
matrix:
4040
python-version: ['3.12']
41-
pandoc-version: [2.11.4, '2.12', '2.13', 2.14.2, '2.15', 2.16.2, 2.17.1.1, '2.18', 2.19.2, 3.0.1, 3.1.13, 3.2.1, '3.3', '3.4', '3.5']
41+
pandoc-version: [2.11.4, '2.12', '2.13', 2.14.2, '2.15', 2.16.2, 2.17.1.1, '2.18', 2.19.2, 3.0.1, 3.1.13, 3.2.1, '3.3', '3.4', '3.5', '3.6']
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Install Hatch
@@ -60,11 +60,11 @@ jobs:
6060
strategy:
6161
matrix:
6262
python-version: ['3.12']
63-
pandoc-version: ['3.5']
63+
pandoc-version: ['3.6']
6464
steps:
6565
- uses: actions/checkout@v4
6666
- name: Set up Python
67-
uses: actions/setup-python@v4
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070
- name: Install Hatch
@@ -85,11 +85,11 @@ jobs:
8585
strategy:
8686
matrix:
8787
python-version: ['3.12']
88-
pandoc-version: ['3.5']
88+
pandoc-version: ['3.6']
8989
steps:
9090
- uses: actions/checkout@v4
9191
- name: Set up Python
92-
uses: actions/setup-python@v4
92+
uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595
- name: Install Hatch

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install Hatch

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Installation
22
============
33

4-
[![Python package](https://github.com/chdemko/pandoc-codeblock-include/workflows/Python%20package/badge.svg?branch=develop)](https://github.com/chdemko/pandoc-codeblock-include/actions/workflows/python-package.yml)
4+
[![Python package](https://img.shields.io/github/actions/workflow/status/chdemko/pandoc-codeblock-include/python-package.yml?logo=github&branch=develop)](https://github.com/chdemko/pandoc-codeblock-include/actions/workflows/python-package.yml)
55
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
66
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)
77
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=develop)
88
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/)
9-
[![Code Climate](https://codeclimate.com/github/chdemko/pandoc-codeblock-include/badges/gpa.svg)](https://codeclimate.com/github/chdemko/pandoc-codeblock-include/)
9+
[![Code Climate](https://img.shields.io/codeclimate/maintainability/chdemko/pandoc-codeblock-include?logo=codeclimate&barnch=develop)](https://codeclimate.com/github/chdemko/pandoc-codeblock-include/)
1010
[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-codeblock-include/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-codeblock-include)
1111
[![Codacy](https://img.shields.io/codacy/grade/26716ef242ba4089aff55eff7ca592a9.svg?logo=codacy&logoColor=white)](https://app.codacy.com/gh/chdemko/pandoc-codeblock-include/dashboard)
1212
[![PyPI version](https://img.shields.io/pypi/v/pandoc-codeblock-include.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-codeblock-include/)
@@ -15,7 +15,7 @@ Installation
1515
[![Downloads](https://img.shields.io/pypi/dm/pandoc-codeblock-include?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-codeblock-include)
1616
[![Development Status](https://img.shields.io/pypi/status/pandoc-codeblock-include.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-codeblock-include/)
1717
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-codeblock-include.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-codeblock-include/)
18-
[![Pandoc version](https://img.shields.io/badge/pandoc-2.11%20|%202.12%20|%202.13%20|%202.14%20|%202.15%20|%202.16%20|%202.17%20|%202.18%20|%202.19%20|%203.0%20|%203.1%20|%203.2%20|%203.3%20|%203.4%20|%203.5-blue.svg?logo=markdown)](https://pandoc.org/)
18+
[![Pandoc version](https://img.shields.io/badge/pandoc-2.11%20..%203.6-blue.svg?logo=markdown)](https://pandoc.org/)
1919
[![Latest release](https://img.shields.io/github/release-date/chdemko/pandoc-codeblock-include.svg?logo=github)](https://github.com/chdemko/pandoc-codeblock-include/releases)
2020
[![Last commit](https://img.shields.io/github/last-commit/chdemko/pandoc-codeblock-include/develop?logo=github)](https://github.com/chdemko/pandoc-codeblock-include/commit/develop/)
2121
[![Repo Size](https://img.shields.io/github/repo-size/chdemko/pandoc-codeblock-include.svg?logo=github)](http://pandoc-codeblock-include.readthedocs.io/en/latest/)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version = os.popen("hatch version").readline().strip() # noqa: S605, S607
1515
year = datetime.datetime.now(tz=datetime.UTC).date().year
1616
# noinspection PyShadowingBuiltins
17-
copyright = f"2019-{year}, {author}" # noqa: A001
17+
copyright = f"2018-{year}, {author}" # noqa: A001
1818

1919
python_path = str(Path("..").resolve())
2020
sys.path.insert(0, python_path)

pyproject.toml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
37+
"Programming Language :: Python :: 3.13",
3738
# Natural language used
3839
"Natural Language :: English"
3940
]
@@ -71,7 +72,7 @@ dependencies = [
7172
"black[jupyter]~=24.10",
7273
# Style checkers
7374
"doc8~=1.1",
74-
"mypy~=1.12",
75+
"mypy~=1.13",
7576
"flake8~=7.1",
7677
"flake8-pyproject~=1.2",
7778
"flake8-annotations-complexity~=0.0",
@@ -99,7 +100,7 @@ dependencies = [
99100
"pydoclint[flake8]~=0.5",
100101
"teyit~=0.4",
101102
"refurb~=2.0",
102-
"ruff~=0.7"
103+
"ruff~=0.8"
103104
]
104105

105106
[tool.hatch.envs.hatch-static-analysis.scripts]
@@ -211,21 +212,23 @@ arg-type-hints-in-docstring = false
211212
style = "numpy"
212213

213214
[tool.mypy]
214-
disallow_any_generics = true
215-
disallow_subclassing_any = true
216-
# disallow_untyped_calls = true
217-
# disallow_untyped_defs = true
218-
# disallow_incomplete_defs = true
219-
# check_untyped_defs = true
220-
disallow_untyped_decorators = true
221215
ignore_missing_imports = true
222216
no_implicit_optional = true
223-
no_implicit_reexport = true
224-
warn_redundant_casts = true
225-
warn_return_any = true
226217
# equivalent to --strict option
227218
warn_unused_configs = true
219+
disallow_any_generics = true
220+
disallow_subclassing_any = true
221+
disallow_untyped_calls = true
222+
disallow_untyped_defs = true
223+
disallow_incomplete_defs = true
224+
check_untyped_defs = true
225+
disallow_untyped_decorators = true
226+
warn_redundant_casts = true
228227
warn_unused_ignores = true
228+
warn_return_any = true
229+
no_implicit_reexport = true
230+
strict_equality = true
231+
extra_checks = true
229232
mypy_path = "src"
230233

231234
[[tool.mypy.overrides]]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)