Skip to content

Release v3.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 00:23
· 244 commits to master since this release
4c2b634

What's Changed

  • chore(deps): update python docker tag to v3.10.7 by @renovate in #52
  • chore(deps): update dependency mypy to v0.981 by @renovate in #53
  • chore(deps): update dependency mypy to v0.982 by @renovate in #54
  • chore(deps): update python docker tag to v3.11.0 by @renovate in #56
  • fix: errormessage variant by @tsuyoshicho in #58

Add ignore_note option.
This option is workaroud for mypy multiline error.
mypy report non-makred multiline error, but now errorformat do not support these report to aggregate to one mssage.

User selection:

  • note enable(defualt): report multi message(one message per report note line)
  • note ignore: report but ignore note

Full Changelog: v3.9...v3.10.0