mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
Replace flake8 and isort with ruff (#3810)
- Introduce ruff (https://beta.ruff.rs/) to replace flake8 and isort - Update mypy and black
This commit is contained in:
committed by
GitHub
parent
68ae020b37
commit
3d869cbcde
@@ -146,7 +146,7 @@ def test_timetravel(neon_simple_env: NeonEnv):
|
||||
env.pageserver.stop()
|
||||
env.pageserver.start()
|
||||
|
||||
for (i, lsn) in lsns:
|
||||
for i, lsn in lsns:
|
||||
pg_old = env.postgres.create_start(
|
||||
branch_name="test_timetravel", node_name=f"test_old_lsn_{i}", lsn=lsn
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user