.pre-commit-config.yaml
-----------------------
 o Cleanup linting errors.

protoset.go
-----------
 o Update copyright notice to correct linting errors.

.reuse/
LICENSE/
--------
 o Add configs for reuse license checking.

tox.ini
-------
 o Add python3.8 as an accepted interprepter.

.reuse/
LICENSES/
---------
  o Add basic configs for using the reuse license checking tool.

Change-Id: I2df2dc1c7043d6beae1427c41769921c49cf2913
diff --git a/requirements.txt b/requirements.txt
index 5b4308d..4142481 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,4 +23,7 @@
 nose2[coverage_plugin]
 protobuf==3.17.3
 
+pre-commit
+ansys-pre-commit-hooks
+
 # [EOF]