1. 8f61529 drop python3.6 support by Anthony Sottile · 3 years, 4 months ago
  2. 39ab2ed replace exit(main()) with raise SystemExit(main()) by Anthony Sottile · 3 years, 7 months ago
  3. 21553c2 Allow arbitrarily encoded files to be checked with detect-aws-credentials by Anthony Sottile · 5 years ago
  4. b3a28de Review fixes by Alexander Demin · 5 years ago
  5. 75d4832 Unit test for empty AWS variables by Alexander Demin · 5 years ago
  6. ace459b Skip empty variables in detect_aws_credentials by Alexander Demin · 5 years ago
  7. f5c42a0 pre-commit-hooks: python3.6+ by Anthony Sottile · 5 years ago
  8. 4575652 Use default flake8 config by Anthony Sottile · 6 years ago
  9. 030bfac Apply typing to all of pre-commit-hooks by Anthony Sottile · 6 years ago
  10. 0d83fed Reword usage info to clarify required usage syntax by Ryan Delaney · 7 years ago
  11. 2d4833c Rename metavar to clarify required usage syntax by Ryan Delaney · 7 years ago
  12. 83fca4c Adding a check to make sure either spaces or null values are not mistakenly added into the key variable by Pablo Vega · 7 years ago
  13. 2a902e0 Use asottile/add-trailing-comma by Anthony Sottile · 8 years ago
  14. 312e721 Add flag to detect-aws-credentials to allow missing keys by Mike Fiedler · 8 years ago
  15. 5da199b Formatting fixups by Anthony Sottile · 8 years ago
  16. 3939aee Address issues mentioned in review by Daniel Roschka · 8 years ago
  17. 0fd09bf Add AWS_CONFIG_FILE to the environment variables by Daniel Roschka · 8 years ago
  18. b0d4cdb Improve searching for configured AWS credentials by Daniel Roschka · 8 years ago
  19. 70e405e Add a new hook to forbid new submodules by Anthony Sottile · 8 years ago
  20. 8be6f4c Remove pylint by Anthony Sottile · 9 years ago
  21. d444ab8 Improve error message when credentials file is not provided by Anthony Sottile · 9 years ago
  22. a666527 Show names of files containing aws credentials by Dean Wilson · 10 years ago
  23. 974ef4e disable import checking for six.moves by Ara Hayrabedian · 10 years ago
  24. 02e8bdc add tests, test sample files and minor refactor of exit codes in actual hook in order to facilitate testing by Ara Hayrabedian · 10 years ago
  25. 8872550 remove print statement by Ara Hayrabedian · 10 years ago
  26. 3078aec use six for config parser, add to reqs by Ara Hayrabedian · 10 years ago
  27. 95bf20d add aws credential checking ONLY FOR YOUR OWN credentials if they're set in a configurable credentials file (AWS CLI tools' native format) by Ara Hayrabedian · 10 years ago