Commit 6e1f301
fix: error on illegal page size (#662)
* fix: error on illegal page size
* `poetry black`
Co-authored-by: Thomas Harning Jr <[email protected]>
* move arg checking before saved query
* flake8
* chore(deps) poetry update and dev dependency update
* fix(tests) add tests for page size handling
* chore(black) fix trailing comma
---------
Co-authored-by: Andrew Alexander <[email protected]>
Co-authored-by: Thomas Harning Jr <[email protected]>
Co-authored-by: Andrew Alexander <[email protected]>1 parent 8f95e6c commit 6e1f301
File tree
5 files changed
+550
-341
lines changed- censys/cli/commands
- docs
- tests/cli
5 files changed
+550
-341
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
550 | 557 | | |
551 | 558 | | |
552 | 559 | | |
| |||
573 | 580 | | |
574 | 581 | | |
575 | 582 | | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
576 | 590 | | |
577 | 591 | | |
578 | 592 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments