Skip to content

Commit

Permalink
Drop support for nptyping (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat authored Jan 3, 2025
1 parent 80e6788 commit 3af8fb6
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 562 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies: ["tomli>=2.0.1"]
additional_dependencies: ["tomli>=2.2.1"]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.4.1"
hooks:
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.2"
rev: "v0.8.5"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -34,7 +34,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.3.3
- prettier@3.4.2
- "@prettier/plugin-xml@3.4.1"
- repo: meta
hooks:
Expand Down
320 changes: 0 additions & 320 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 3af8fb6

Please sign in to comment.