Skip to content

Commit 33fd5c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#102)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.16](astral-sh/ruff-pre-commit@v0.15.12...v0.15.16) - [github.com/tox-dev/pyproject-fmt: v2.21.2 → v2.23.0](tox-dev/pyproject-fmt@v2.21.2...v2.23.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0fdbb8b commit 33fd5c9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repos:
1111
hooks:
1212
- id: add-trailing-comma
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.12
14+
rev: v0.15.16
1515
hooks:
1616
- id: ruff-check
1717
args: ["--fix"]
1818
- id: ruff-format
1919
types_or: [python, pyi, jupyter, markdown]
2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: v2.21.2
21+
rev: v2.23.0
2222
hooks:
2323
- id: pyproject-fmt

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ entry-points."openff.toolkit.plugins.handlers".MultipoleHandler = "smirnoff_plug
3232
entry-points."openff.toolkit.plugins.handlers".UreyBradleyHandler = "smirnoff_plugins.handlers.valence:UreyBradleyHandler"
3333

3434
[tool.setuptools]
35-
include-package-data = true
3635
packages.find.where = [ "." ]
36+
include-package-data = true
3737

3838
[tool.setuptools_scm]
3939
fallback_version = "0.0.0"
@@ -45,13 +45,13 @@ preview = true
4545
lint.select = [ "E", "F", "I", "NPY", "RUF", "UP", "W" ]
4646

4747
[tool.mypy]
48+
exclude = "smirnoff_plugins/_tests"
4849
python_version = "3.12"
49-
plugins = [ "pydantic.mypy" ]
50-
warn_unused_configs = true
5150
warn_unused_ignores = true
51+
plugins = [ "pydantic.mypy" ]
5252
warn_incomplete_stub = true
53+
warn_unused_configs = true
5354
show_error_codes = true
54-
exclude = "smirnoff_plugins/_tests"
5555

5656
[[tool.mypy.overrides]]
5757
module = [

0 commit comments

Comments
 (0)