Skip to content

Commit 81e4467

Browse files
authored
Bump pre-commit version from 2.18.1 to 2.19.0 (vacanza#3334)
1 parent 8aa4a59 commit 81e4467

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
- types-requests
5858

5959
- repo: https://github.com/tox-dev/pyproject-fmt
60-
rev: v2.18.1
60+
rev: v2.19.0
6161
hooks:
6262
- id: pyproject-fmt
6363

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ no_inline_sort = true
110110
profile = "black"
111111
skip = [ "docs" ]
112112

113+
[tool.mypy]
114+
overrides = [
115+
{ module = "holidays.countries.*", disable_error_code = [ "override" ] },
116+
{ module = "holidays.financial.*", disable_error_code = [ "override" ] },
117+
{ module = "holidays.groups.*", disable_error_code = [ "attr-defined" ] },
118+
]
119+
113120
[tool.pytest]
114121
ini_options.addopts = [
115122
"--cov-fail-under=100",
@@ -125,10 +132,3 @@ run.omit = [ "scripts/*", "tests/*" ]
125132
report.exclude_lines = [
126133
"^if TYPE_CHECKING:",
127134
]
128-
129-
[tool.mypy]
130-
overrides = [
131-
{ module = "holidays.countries.*", disable_error_code = [ "override" ] },
132-
{ module = "holidays.financial.*", disable_error_code = [ "override" ] },
133-
{ module = "holidays.groups.*", disable_error_code = [ "attr-defined" ] },
134-
]

0 commit comments

Comments
 (0)