Skip to content

Commit

Permalink
Merge pull request #1 from tjkuson/changelog
Browse files Browse the repository at this point in the history
Add a CHANGELOG.md file
  • Loading branch information
tjkuson authored Feb 17, 2024
2 parents a511fab + 7d71413 commit 226a467
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.0 (2024-02-17)

- Add `RUF020` and `RUF025` checks.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install flake8-ruff
```

Then follow the instructions on the [Flake8 documentation](https://flake8.pycqa.org/en/latest/index.html)
to enable the plugin (the checks are under the `RUF` namespace).
to enable the plugin.

## Checks

Expand Down Expand Up @@ -69,3 +69,5 @@ with
```python
dict.fromkeys(keys)
```

Derived from [unnecessary-dict-comprehension-for-iterable (RUF025)](https://docs.astral.sh/ruff/rules/unnecessary-dict-comprehension-for-iterable/).

0 comments on commit 226a467

Please sign in to comment.