Commit Graph

31215 Commits

Author SHA1 Message Date
Matthias 2df3890917 Merge pull request #12947 from freqtrade/dependabot/pip/develop/ruff-0.15.5
chore(deps-dev): bump ruff from 0.15.4 to 0.15.5
2026-03-16 06:32:50 +01:00
dependabot[bot] ab74dd785c chore(deps-dev): bump ruff from 0.15.4 to 0.15.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.4...0.15.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 03:04:25 +00:00
Matthias 05ffc2dba0 chore: migrate pytest ini_options to pytest section 2026-03-15 09:11:03 +01:00
Matthias ec1aee1f85 chore: reorder pyproject.toml dependencies 2026-03-15 08:58:27 +01:00
Matthias 9524fc0f81 chore: remove isort - ruff covers this already 2026-03-15 08:57:22 +01:00
Matthias 3d56701e20 chore: remove unused black configuration 2026-03-15 08:54:08 +01:00
Matthias d8d86ce861 chore: remove flake8 pre-commit check 2026-03-15 08:52:43 +01:00
Matthias 503dfb7313 docs: update recommendation from black to ruff format 2026-03-15 08:52:33 +01:00
Matthias 16717df1a9 docs: improve sql cheatsheet example 2026-03-15 08:44:51 +01:00
Matthias 6713cda109 docs: Update timeout docs to point to adjust_order_price
part of #12928
2026-03-15 08:41:56 +01:00
Matthias 0652339356 docs: fix parameters table formatting 2026-03-15 08:39:12 +01:00
Matthias 59a81dc07a fix: round exit-prices to proper precision
this avoids odd visualization in freqUI where prices had 16 decimals
out of backtesting
2026-03-14 17:00:46 +01:00
Matthias fcecbe780b test: Re-write test-data with proper decimals 2026-03-14 16:40:04 +01:00
Matthias be00f2c26f test: update mock for price_to_precision 2026-03-14 15:54:18 +01:00
Matthias 10ba9e3105 Merge pull request #12930 from freqtrade/dependabot/pip/pyjwt-2.12.0
chore(deps): bump pyjwt from 2.11.0 to 2.12.0
2026-03-14 08:20:16 +01:00
dependabot[bot] 1498860530 chore(deps): bump pyjwt from 2.11.0 to 2.12.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-version: 2.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-14 06:58:35 +00:00
Matthias 902bc75bf3 Merge pull request #12931 from stash86/main-stash
Fix short desc error on RemotePairlist when number_assets is None
2026-03-14 07:53:22 +01:00
Matthias bd6f891b07 chore(ci): rename online action name 2026-03-14 07:52:28 +01:00
Stefano 36e259b347 undo minor typo fix 2026-03-14 12:11:52 +09:00
Stefano f1aaf99317 fix desc 2026-03-14 12:02:34 +09:00
Stefano 459a0decbd forgotten change 2026-03-14 11:59:36 +09:00
Matthias 71598294a1 chore(ci): Update python setup 2026-03-13 21:08:43 +01:00
Matthias e28eedaf1c chore(ci): re-add python step for pre-commit 2026-03-13 20:21:51 +01:00
Matthias 3cd8b2e841 chore(ci): remove unnecessary action step, bump doc build to 3.12 2026-03-13 20:14:28 +01:00
Matthias 9925c4ac14 fix: docstring typos 2026-03-13 20:11:55 +01:00
Matthias 4170c943e7 chore: update remotePairlist num_assets for webserver mode 2026-03-13 06:35:20 +01:00
Matthias 70fe211a8b Merge pull request #12927 from stash86/main-stash
number_assets in RemotePairlist becomes optional
2026-03-13 06:31:43 +01:00
Matthias 23a17859b1 fix: fastAPI user warning due to unsupported use of api_route 2026-03-13 06:29:14 +01:00
Matthias c1fa259ad7 feat: Improved docstrings for /sysinfo endpoint 2026-03-13 06:29:14 +01:00
Matthias 4a9a630765 test: add test for new sysinfo behavior 2026-03-13 06:29:14 +01:00
Matthias a1cbfce316 feat: enhance sysinfo endpoint with additional features
closes #12918
2026-03-13 06:29:14 +01:00
Stefano 5edfa675ef update docs 2026-03-13 12:01:30 +09:00
Stefano 3158adad03 one change left 2026-03-13 11:53:28 +09:00
Stefano ebf39b35b8 Merge branch 'main-stash' of https://github.com/stash86/freqtrade into main-stash 2026-03-13 11:52:45 +09:00
Stefano 756b956a77 number_assets in RemotePairlist become optional 2026-03-13 11:52:40 +09:00
Matthias b46ff76d58 Merge pull request #12925 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2026-03-12 06:52:46 +01:00
Matthias 6f039fa27c Merge pull request #12923 from stash86/main-stash
use default needstickers for rangestabilityfilter
2026-03-12 06:32:15 +01:00
Freqtrade Bot acf3559205 chore: update pre-commit hooks 2026-03-12 04:12:41 +00:00
Stefano c05fe50b47 use default needstickers 2026-03-12 08:41:46 +09:00
Matthias a51ba0a2b4 fix(hyperliquid): dex balance requests are only necessary in non-unified mode 2026-03-11 21:40:19 +01:00
Matthias 9da9250865 chore: bump ccxt to 4.5.43
closes #12848
2026-03-11 19:57:02 +01:00
Matthias 881edddb6e test: explicitly convert warnings to string 2026-03-10 19:01:39 +01:00
Matthias 0bd5086a0f Merge pull request #12914 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2026-03-10 12:31:33 +01:00
Matthias e563e07d40 Merge branch 'develop' into update/pre-commit-hooks 2026-03-10 12:16:42 +01:00
Matthias f34ad5fc42 chore(ci): pass dockerhub secrets from parent
though they only exist in the environment
2026-03-10 07:15:31 +01:00
Matthias 6b6dcd8c52 chore(ci): re-add secrets as docker build parameters 2026-03-10 06:47:48 +01:00
Matthias d5fa99696d fix(ci): allow certain secrets at repo level 2026-03-10 06:46:15 +01:00
Freqtrade Bot 2d75f002f9 chore: update pre-commit hooks 2026-03-10 03:45:37 +00:00
Matthias c31894be72 chore: enable docker description dispatch 2026-03-09 20:10:13 +01:00
Matthias 4d254952e3 fix(ci): move Docker environment vars to environment 2026-03-09 20:09:50 +01:00