- Don't suppress test errors for Python 2.7, 3.4, and 3.5 with GitHub Actions
- Added kwargs rules specific to the change from v2 to v3
- With inconclusivity when using `--violations` and `--target` exit code is `0` (79)
- Yield note when not enough evidence to conclude minimum versions
- Scan top-level folders in all cases. The recent implementation of `--no-symlink-folders` didn't scan top-level folders - or input folders. That's a problem if the input folder is `/tmp` which is a symlink to `/private/tmp` on macOS, for instance. Cases such as that will now be handled correctly.
- Added and fixed rules (mostly 3.10 related) (78)