Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced flake8 and isort with ruff #692

Merged
merged 16 commits into from
Nov 1, 2023

restored old start_redis script

1a39b2e
Select commit
Loading
Failed to load commit list.
Merged

Replaced flake8 and isort with ruff #692

restored old start_redis script
1a39b2e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Nov 1, 2023 in 1s

76.4% of diff hit (target 60.5%)

View this Pull Request on Codecov

76.4% of diff hit (target 60.5%)

Annotations

Check warning on line 14 in django_redis/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/__init__.py#L14

Added line #L14 was not covered by tests

Check warning on line 16 in django_redis/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/__init__.py#L16

Added line #L16 was not covered by tests

Check warning on line 19 in django_redis/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/__init__.py#L19

Added line #L19 was not covered by tests

Check warning on line 562 in django_redis/client/default.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/default.py#L562

Added line #L562 was not covered by tests

Check warning on line 649 in django_redis/client/default.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/default.py#L649

Added line #L649 was not covered by tests

Check warning on line 653 in django_redis/client/default.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/default.py#L653

Added line #L653 was not covered by tests

Check warning on line 36 in django_redis/client/sentinel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/sentinel.py#L36

Added line #L36 was not covered by tests

Check warning on line 40 in django_redis/client/sentinel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/sentinel.py#L40

Added line #L40 was not covered by tests

Check warning on line 275 in django_redis/client/sharded.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/sharded.py#L274-L275

Added lines #L274 - L275 were not covered by tests

Check warning on line 53 in django_redis/pool.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/pool.py#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 60 in django_redis/pool.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/pool.py#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 8 in tests/test_hashring.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_hashring.py#L7-L8

Added lines #L7 - L8 were not covered by tests

Check warning on line 11 in tests/test_hashring.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_hashring.py#L11

Added line #L11 was not covered by tests

Check warning on line 14 in tests/test_hashring.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_hashring.py#L14

Added line #L14 was not covered by tests

Check warning on line 27 in tests/test_hashring.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_hashring.py#L27

Added line #L27 was not covered by tests