Skip to content

Commit 8bfaf95

Browse files
docs: update badges and tooling references to reflect ruff usage
1 parent d143f69 commit 8bfaf95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
[![Django versions](https://img.shields.io/pypi/djversions/django-postgres-anonymizer.svg)](https://pypi.org/project/django-postgres-anonymizer/)
1313
[![GitHub stars](https://img.shields.io/github/stars/CuriousLearner/django-postgres-anonymizer?style=social)](https://github.com/CuriousLearner/django-postgres-anonymizer)
1414
[![Security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
15-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
16-
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
15+
[![Code style: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1716

1817
> [!CAUTION]
1918
> This package is under heavy development and is currently in alpha stage. APIs may change without notice. Not recommended for production use until stable release.
@@ -544,7 +543,7 @@ Navigate to `/admin/django_postgres_anon/` to access all features.
544543
- **🎸 Django**: 3.2+ (tested on 3.2, 4.0, 4.1, 4.2, 5.0)
545544
- **🐘 PostgreSQL**: 12+ with anonymizer extension
546545
- **📈 Test Coverage**: 90%+
547-
- **🔧 Code Quality**: Black, isort, flake8, mypy, bandit
546+
- **🔧 Code Quality**: Ruff, bandit
548547
- **🛡️ Security**: SQL injection prevention, parameterized queries, audit logging
549548

550549
## 🛠️ Development

0 commit comments

Comments
 (0)