Yacine Elhamer
|
b172f9a354
|
FeatureExtractor alias: fix mypy typing issues by adding ininstance-based assert statements
|
2023-06-26 22:46:27 +01:00 |
|
Yacine Elhamer
|
63e4d3d5eb
|
fix TypeAlias importing: import from typing_extensions to support Python 3.9 and lower
|
2023-06-26 21:14:17 +01:00 |
|
Yacine Elhamer
|
94fc7b4e9a
|
FeatureExtractor alias: add type casts to either StaticFeatureExtractor or DynamicFeatureExtractor
|
2023-06-26 01:23:01 +01:00 |
|
Willi Ballenthin
|
f1c495dc0a
|
*: use FORMAT_AUTO instead of string literal
|
2023-03-21 16:54:48 +01:00 |
|
Willi Ballenthin
|
1f3582c9c3
|
mypy
|
2023-03-21 16:45:24 +01:00 |
|
manasghandat
|
1336796c0c
|
code style : update remaining files (#1353)
* code style: update string formatting using fstrings
---------
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2023-03-16 11:16:18 +01:00 |
|
Moritz
|
6a222a6139
|
Update black (#1307)
* build(deps-dev): bump black from 22.12.0 to 23.1.0
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.1.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* reformat black 23.1.0
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-07 15:50:15 +01:00 |
|
Willi Ballenthin
|
67cfefd2df
|
main: get_rules: remove progress bar
|
2023-01-21 19:38:23 +01:00 |
|
Willi Ballenthin
|
476ffabae9
|
rules: cache the ruleset to disk
ref: #1212
|
2023-01-20 14:50:00 +01:00 |
|
William Ballenthin
|
7a4aee592b
|
profile-time: add doc
|
2021-11-09 16:08:39 -07:00 |
|
William Ballenthin
|
a35be4a666
|
scripts: add py script for profiling time
|
2021-11-08 11:52:34 -07:00 |
|