We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.4.0
1 parent 05efb2b commit 880218aCopy full SHA for 880218a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.4.0 (2024-12-26)
4
+
5
+- Update dependencies (#18)
6
+ Apply new Ruff and mymy changes
7
+- Add support for Python 3.13 (#17)
8
+- Ignore non-annotated `model_config` attributes (#16)
9
10
## 0.3.1 (2024-05-06)
11
12
- Improve Pydantic model detection robustness (#11)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "flake8-pydantic"
-version = "0.3.1"
+version = "0.4.0"
description = "A flake8 plugin to check Pydantic related code."
readme = "README.md"
authors = [
0 commit comments