Meng Xiangzhuo
41b725714f
chore: bump ruff target-version to 3.10
2024-11-08 04:37:33 +08:00
Matthias
56835f5f09
chore: manually check for symlink
2024-09-28 10:17:52 +02:00
Matthias
3dc92b42fe
fix: Check if sub-directories are actually directories and fail otherwise.
...
This will explicitly fail if a file (or an invalid symlink) is present.
Freqtrade requires these files to be valid files - so failing here is correct behavior.
closes #10720
2024-09-28 09:54:49 +02:00
Matthias
8d9825ac95
chore: noqa S404
...
we're using static parameters with subpross, so it should be safe.
2024-07-05 08:25:24 +02:00
Matthias
9303ae29d3
ruff format: freqtrade/configuration
2024-05-13 07:10:25 +02:00
Matthias
a8eabd0b2e
Update remaining files with new import sorting
2024-05-13 07:10:24 +02:00
Matthias
fb7fb7f59c
Add helper function detecting (prebuilt) docker environment
2023-07-23 19:38:30 +02:00
Matthias
ee0d90d1aa
Automatically create freqai models directory
2022-10-10 18:04:54 +02:00
Matthias
667853c504
Use Alias to type config objects
2022-09-18 13:20:55 +02:00
Matthias
537d10c627
Improve some typing
2022-05-25 20:43:43 +02:00
Matthias
898c24949b
Add chown method to support docker
2021-04-08 20:17:07 +02:00
shubhendra
45da3a7022
Refactor unnecessary else
/ elif
when if
block has a continue
statement
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-03-21 17:14:47 +05:30
Matthias
253b7b763e
Apply isort to freqtrade codebase
2020-09-28 19:40:46 +02:00
Matthias
87f1060abc
Default docker to log into log-dir
2020-04-21 19:47:49 +02:00
hroff-1902
f3d500085c
Add some type hints
2020-02-02 07:00:40 +03:00
Matthias
1ffda29fd2
Adjust improts to new exception location
2019-12-30 15:02:17 +01:00
Matthias
bb8acc61db
Convert datadir within config to Path
...
(it's used as Path all the time!)
2019-12-23 15:11:29 +01:00
Matthias
41494f28da
Allow resetting of the directory
2019-11-21 06:32:45 +01:00
Matthias
19b1a6c638
create-userdir should create the notebooks folder, too
2019-11-21 06:32:45 +01:00
Matthias
fd45ebd0e9
Copy templates when creating userdir
2019-11-21 06:32:45 +01:00
Matthias
2a141af42e
Only create userdir when explicitly requested
2019-07-31 19:39:54 +02:00
Matthias
8cef567abc
create and use hyperopt-results folder
2019-07-31 07:10:17 +02:00
Matthias
03e60b9ea4
Rename folder_Operations to directory_operations
2019-07-29 06:15:49 +02:00