Skip to content

Commit

Permalink
Add a CHANGELOG.md file
Browse files Browse the repository at this point in the history
Add a changelog file to keep track of changes.

Add a missing link to the Ruff documentation for RUF025.
  • Loading branch information
tjkuson committed Feb 17, 2024
1 parent a511fab commit 4acfef6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 4acfef6

Please sign in to comment.