Commit Graph

601 Commits

Author SHA1 Message Date
Hynek Schlawack
e5c18125d0
Update Pyright CI action (#169)
* Update Pyright CI action

* Stop rewriting names

It has weird side-effects as observed in svcs. Also Pyright is more vehement now.
2024-01-26 10:53:30 +01:00
Hynek Schlawack
e7d12b6e03
Black 24 2024-01-26 10:41:17 +01:00
Hynek Schlawack
991a8492f8
Build docs on 3.12 2024-01-02 09:11:12 +01:00
Hynek Schlawack
34ffe83adc
Test on 3.12 by default 2024-01-02 09:09:46 +01:00
Hynek Schlawack
fc1cadd10b
Remove period from step name 2024-01-02 08:41:15 +01:00
Hynek Schlawack
9642cd20c0
Update actions 2024-01-02 08:40:24 +01:00
pre-commit-ci[bot]
951a94575a
[pre-commit.ci] pre-commit autoupdate (#167)
updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.1.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-01 18:32:38 +01:00
dependabot[bot]
df548a54c4
Bump github/codeql-action from 2 to 3 (#166)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 16:38:08 +00:00
dependabot[bot]
fa8b7a0fd4
Bump actions/setup-python from 4 to 5 (#164)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 17:32:41 +01:00
Hynek Schlawack
2eeadd26ed
Fix 2023-11-28 09:32:47 +01:00
Hynek Schlawack
c9683325d5
docs 2023-11-28 09:32:08 +01:00
Hynek Schlawack
ecd1b32632
BM
This reverts commit d0e4c35291.
2023-11-28 08:26:13 +01:00
Hynek Schlawack
aaad007957
Run CI on all pull requests 2023-11-28 08:24:54 +01:00
Isidro
5c13aa6bbb
Patch 1 (#160)
* using hypothesys `func` param instead fixed

* rst doc: not used link definition

* small refactor in cli

* Retain param order

---------

Co-authored-by: Hynek Schlawack <hs@ox.cx>
2023-11-28 07:24:09 +00:00
Hynek Schlawack
d0e4c35291
No hosted BM on rtd.org 2023-11-23 08:57:41 +01:00
Hynek Schlawack
08b4d3c61f
pre-commit update 2023-11-23 08:53:09 +01:00
Hynek Schlawack
8fb1ea1451
Let's stand out 2023-11-23 08:52:28 +01:00
Hynek Schlawack
3b9664cd60
pre-commit update 2023-11-07 08:24:32 +01:00
Hynek Schlawack
79b5a39711
docs: use more sensible argument order 2023-10-23 14:36:09 +02:00
Hynek Schlawack
1380a12b3f
docs: parametrize everything while at it 2023-10-23 11:18:05 +02:00
Hynek Schlawack
3d5eb74a38
docs: use a more useful/practical example for core
Co-authored-by: Mathias Herberts <236594+hbs@users.noreply.github.com>
2023-10-23 10:05:43 +02:00
pre-commit-ci[bot]
5d25e9c9f6
[pre-commit.ci] pre-commit autoupdate (#157)
updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hynek Schlawack <hs@ox.cx>
2023-10-04 08:33:05 +02:00
dependabot[bot]
a704754f91
Bump actions/checkout from 3 to 4 (#156)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hynek Schlawack <hs@ox.cx>
2023-10-04 08:23:31 +02:00
Hynek Schlawack
c3fb9d8ad9
Fix pyright 2023-10-04 08:17:34 +02:00
Hynek Schlawack
7b3213f30e
Furo errors out on non-HTML 2023-09-08 09:03:13 +02:00
pre-commit-ci[bot]
35ef67cf7b
[pre-commit.ci] pre-commit autoupdate (#154)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.287)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hynek Schlawack <hs@ox.cx>
2023-09-05 07:40:37 +02:00
Hynek Schlawack
2708fd94b6
Don't combine pytest fixtures and Hypothesis strategies
Gives a health error about executors now.
2023-09-05 07:29:47 +02:00
Hynek Schlawack
e9473c8f0b
Start new development cycle 2023-08-15 16:02:37 +02:00
Hynek Schlawack
7d3edeffee
Prepare 23.1.0 2023-08-15 15:59:10 +02:00
Hynek Schlawack
aa1d42404a
Fix link 2023-08-15 15:58:26 +02:00
Hynek Schlawack
2745a0dcdd
Add header 2023-08-15 15:57:29 +02:00
Hynek Schlawack
001ae15a21
docs: streamline 2023-08-15 15:55:33 +02:00
Hynek Schlawack
88e2ef2a2f
Use new Tidelift URL 2023-08-15 15:42:45 +02:00
Hynek Schlawack
17e2808dde
PasswordHasher.hash: allow passing explicit salt (#153) 2023-08-15 11:11:51 +02:00
Hynek Schlawack
ee243d2390
docs: add copy button 2023-08-15 08:54:34 +02:00
Hynek Schlawack
456e175076
Hard-deprecate legacy functions 2023-08-15 08:48:22 +02:00
Hynek Schlawack
413e03a6d4
Simplify rename logic 2023-08-15 08:35:40 +02:00
Hynek Schlawack
3316c26b7f
docs: remove confusing enum sig 2023-08-15 08:28:16 +02:00
Hynek Schlawack
baead4e9e5
Extract howto 2023-08-15 08:25:27 +02:00
Hynek Schlawack
811841d1b3
ci: type-check API on all supported versions locally too (#152) 2023-08-15 08:19:09 +02:00
Hynek Schlawack
1d0b9de7e9
ci: add missing pyright config 2023-08-15 08:02:50 +02:00
Hynek Schlawack
d34f50b4f0
ci: add Pyright 2023-08-15 07:53:03 +02:00
Hynek Schlawack
840fe22789
docs: this badge is misleading 2023-08-15 07:50:08 +02:00
Hynek Schlawack
66f9b9bb50
Use pre-built packages in CI (#151) 2023-08-15 05:49:04 +00:00
Hynek Schlawack
42c71f1b86
docs: simplify 2023-08-15 07:35:49 +02:00
Hynek Schlawack
93e64e96c9
docs: don't show interrim versions 2023-08-15 07:21:57 +02:00
Hynek Schlawack
a1d48ebade
docs: fix nitpicky build 2023-08-15 07:18:41 +02:00
Hynek Schlawack
18339bdbc7
Be courteus to python-version users 2023-08-15 06:26:15 +02:00
Hynek Schlawack
3cfdf1e632
Add codespell 2023-08-14 16:37:56 +02:00
Hynek Schlawack
8c28113caa
pre-commit autoupdate, add interrogate 2023-08-14 16:36:32 +02:00