Testing proofofwork #2276

Merged
PeterSurda merged 10 commits from gitea-63 into v0.6 2025-01-21 04:03:38 +01:00
Showing only changes of commit bb5f96cc38 - Show all commits

View File

@ -20,6 +20,8 @@ ignore = E722,F841,W503
disable=invalid-name,bare-except,broad-except
# invalid-name: needs fixing during a large, project-wide refactor
# bare-except,broad-except: Need fixing once thorough testing is easier
max-args = 8
max-attributes = 8
[MASTER]
init-hook = import sys;sys.path.append('src')