Skip to content

Commit

Permalink
stop allowing str as basic input to validators (#256)
Browse files Browse the repository at this point in the history
* stop allowing str as basic input to validators

* fix linting and rust benchmarks

* make black build dep optional
  • Loading branch information
samuelcolvin authored Sep 28, 2022
1 parent 08cecc5 commit 75dbe9a
Show file tree
Hide file tree
Showing 41 changed files with 788 additions and 712 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
with:
python-version: '3.10'

- run: pip install 'black>=22.3.0,<23' typing_extensions
- run: pip install typing_extensions
- run: make rust-benchmark

build-wasm-emscripten:
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ repos:
entry: make lint-python
types: [python]
language: system
pass_filenames: false
- id: lint-rust
name: Lint Rust
entry: make lint-rust
types: [rust]
language: system
pass_filenames: false
Loading

0 comments on commit 75dbe9a

Please sign in to comment.